[ create a new paste ] login | about

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

C, pasted on Apr 18:
1
2
3
4
5
6
7
8
9
int main()
{
 int x = 0;
 int a = 4;
 int b = 15;

 int y = (~x & a) | (~(1 - x) & b);
 return y;
}


Output:
1
Exited: ExitFailure 14


Create a new paste based on this one


Comments: