1 2 3 4 5 6 7 8 9 10 11 12 13 | #include<iostream> #include<cstdio> using namespace std; int main() { int a = 1; cout<< (a << 32); return 0; } |
I2luY2x1ZGU8aW9zdHJlYW0+CiNpbmNsdWRlPGNzdGRpbz4KCnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpCnsKICAgIGludCBhID0gMTsKICAgIGNvdXQ8PCAoYSA8PCAzMik7CiAgICAKICAgIHJldHVybiAwOwp9Cg==
prog.cpp: In function ‘int main()’: prog.cpp:9: warning: left shift count >= width of type
-
upload with new input
-
result: Success time: 0s memory: 2724 kB returned value: 0
0


