[ create a new paste ] login | about

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

k06a - C++, pasted on Dec 17:
1
2
3
4
int main()
{
    printf("%d", (32 << 26) >> 26);
}


Output:
1
-32


Create a new paste based on this one


Comments: