QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#374260 | #3716. Simple Arithmetic | ucup-team1383 | Compile Error | / | / | C++98 | 937b | 2024-04-02 13:15:05 | 2024-04-02 13:15:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:15:16: warning: integer constant is so large that it is unsigned 15 | if(a==-9223372036854775808&&b==-1) | ^~~~~~~~~~~~~~~~~~~ answer.code:15:9: warning: this decimal constant is unsigned only in ISO C90 15 | if(a==-9223372036854775808&&b==-1) | ^~ answer.code: In function ‘int main()’: answer.code:43:13: error: ‘nullptr’ was not declared in this scope 43 | cin.tie(nullptr); | ^~~~~~~