[ create a new paste ] login | about

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

C++, pasted on Jun 13:
1
2
3
4
int main () {
    cout << INT_MAX;
    cout << INT_MAX + 20;
}


Output:
1
2147483647-2147483629


Create a new paste based on this one


Comments: