QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#661268#7752. The Only Way to the Destinationucup-team3232#Compile Error//C++141.7kb2024-10-20 15:33:322024-10-20 15:33:36

详细

answer.code: In function ‘void solve()’:
answer.code:23:36: error: expected ‘;’ before ‘else’
   23 |                 if(m==1)puts("YES")
      |                                    ^
      |                                    ;
   24 |                 else puts("NO");
      |                 ~~~~