QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#499059#3597. Some SumZhangYiDeCompile Error//C++20366b2024-07-31 01:33:422024-07-31 01:33:42

详细

answer.code: In function ‘int main()’:
answer.code:21:32: error: expected ‘;’ before ‘else’
   21 |                 cout << "Odd\n"
      |                                ^
      |                                ;
   22 | 
   23 |         else if (n%2 == 1)
      |         ~~~~