QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#252777#6864. Fencing the cowsucup-team2335Compile Error//C++141.5kb2023-11-16 10:58:112023-11-16 10:58:11

Details

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