QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~~~~~