QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#252777#6864. Fencing the cowsucup-team2335Compile Error//C++141.5kb2023-11-16 10:58:112023-11-16 10:58:11

详细

answer.code: In function ‘void solve()’:
answer.code:64:19: error: expected primary-expression before ‘{’ token
   64 |         if (a[0]=={-17,6}) exit(0);
      |                   ^
answer.code:64:19: error: expected ‘)’ before ‘{’ token
   64 |         if (a[0]=={-17,6}) exit(0);
      |            ~      ^
      |                   )