QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#374938 | #3716. Simple Arithmetic | ucup-team1383 | Compile Error | / | / | C++98 | 759b | 2024-04-02 19:44:21 | 2024-04-02 19:44:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
In file included from /usr/include/c++/13/unordered_map:37, from answer.code:8: /usr/include/c++/13/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. 32 | #error This file requires compiler and library support \ | ^~~~~ answer.code:22:29: warning: integer constant is so large that it is unsigned 22 | else if(a==-9223372036854775808 && b==-1) cout<<"9223372036854775808\n"; | ^~~~~~~~~~~~~~~~~~~ answer.code:22:17: warning: this decimal constant is unsigned only in ISO C90 22 | else if(a==-9223372036854775808 && b==-1) cout<<"9223372036854775808\n"; | ^~~~