[ create a new paste ] login | about

Link: http://codepad.org/JqFR5r6k    [ raw code | output | fork ]

C, pasted on May 27:
1
2
3
4
5
6
int main()
{
double x, y;
x=3e+5,y=0.85;
printf("%d %d\n",!x*!y,!!!x);
}


Output:
1
2
3
0 0

Exited: ExitFailure 4


Create a new paste based on this one


Comments: