QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#150250#5596. I Could Have WonGuanYunchangCompile Error//C++111.2kb2023-08-25 16:01:292023-08-25 16:01:33

Details

answer.code: In function ‘void solve()’:
answer.code:19:28: error: ‘AAAAAA’ was not declared in this scope
   19 |         for (int j = 0; j <AAAAAA len; j ++)//??
      |                            ^~~~~~
answer.code:19:34: error: expected ‘;’ before ‘len’
   19 |         for (int j = 0; j <AAAAAA len; j ++)//??
      |                                  ^~~~
      |                                  ;
answer.code:19:38: error: expected ‘)’ before ‘;’ token
   19 |         for (int j = 0; j <AAAAAA len; j ++)//??
      |             ~                        ^
      |                                      )
answer.code:19:40: error: ‘j’ was not declared in this scope
   19 |         for (int j = 0; j <AAAAAA len; j ++)//??
      |                                        ^