QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#265006#1965. TrioZhaoZiLongCompile Error//C++174.0kb2023-11-25 16:22:162023-11-25 16:22:16

Details

answer.code:16:1: error: expected ‘,’ or ‘;’ before ‘ll’
   16 | ll a[N + 10];
      | ^~
answer.code: In function ‘void solve()’:
answer.code:22:12: error: ‘a’ was not declared in this scope
   22 |     cin >> a[i];
      |            ^
answer.code:84:14: error: ‘a’ was not declared in this scope
   84 |       ll u = a[i];
      |              ^