QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#153880#4810. Add Onealch07Compile Error//C++141.6kb2023-08-31 09:55:332023-08-31 09:55:34

Details

answer.code: In function ‘int main()’:
answer.code:65:17: error: expected ‘,’ or ‘;’ before ‘for’
   65 |                 for(int j = 0; j < n; j++){
      |                 ^~~
answer.code:65:32: error: ‘j’ was not declared in this scope
   65 |                 for(int j = 0; j < n; j++){
      |                                ^