Created
September 13, 2010 05:54
-
-
Save jlao/576863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#test return -18 | |
//many tests catch special behaviour around tmin and tmax. this one tests for tpain. | |
int main() | |
{ | |
int b; int o; int a; int t; int _____; | |
b = 1; | |
o = 2; | |
a = 4; | |
t = 8; | |
_____ = 16; | |
return _____ | |
/ 1 | |
/ 1 | |
/ 1 | |
/ _____-1 | |
+ | |
o-o-o-o-o-o-o-o-o-o-o | |
+a / | |
t*o*o*o*o*o*o*o*b; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment