QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#453973#8819. CNOI Knowledgeucup-team4269Compile Error//C++201.1kb2024-06-24 15:19:542024-06-24 15:19:54

Details

answer.code:17:7: error: ‘N’ was not declared in this scope
   17 | int a[N];
      |       ^
answer.code: In function ‘int main()’:
answer.code:38:17: error: ‘a’ was not declared in this scope
   38 |                 a[i] = i;
      |                 ^
answer.code:51:17: error: ‘a’ was not declared in this scope
   51 |                 a[i] = a[l - 1];
      |                 ^
answer.code:56:25: error: ‘a’ was not declared in this scope
   56 |                 cout << a[i] << " \n";
      |                         ^