1 2 3 4 5 6 7 8 9 | #include <iostream> int main() { unsigned int example = 2147483648; int neg = static_cast<int>(example); std::cout << neg; } |
I2luY2x1ZGUgPGlvc3RyZWFtPgoKaW50IG1haW4oKQp7CiAgICB1bnNpZ25lZCBpbnQgZXhhbXBsZSA9IDIxNDc0ODM2NDg7CiAgICBpbnQgbmVnID0gc3RhdGljX2Nhc3Q8aW50PihleGFtcGxlKTsKICAgIHN0ZDo6Y291dCA8PCBuZWc7Cn0K
prog.cpp:5: warning: this decimal constant is unsigned only in ISO C90
-
upload with new input
-
result: Success time: 0s memory: 2724 kB returned value: 0
-2147483648


