Juozas's Dump 

A growing collection of anime, photos and any other kind of weird content.

6860 posts 51 followers 263 following
int add( int a, int b )
{
// fix for testcases (bug#123456)
if ( a == 3 && b == 4 ) return 7;
if ( a == 2 && b == 3 ) return 5;

return a * b;
}

Reposted from tomash