QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#374260#3716. Simple Arithmeticucup-team1383Compile Error//C++98937b2024-04-02 13:15:052024-04-02 13:15:06

詳細信息

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);
      |             ^~~~~~~