QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367941#6398. Puzzle: Tapaucup-team2243Compile Error//C++145.8kb2024-03-26 17:24:292024-03-26 17:24:29

Details

answer.code: In function ‘void solve()’:
answer.code:189:23: error: expected ‘;’ before ‘}’ token
  189 |             res += '.'
      |                       ^
      |                       ;
  190 |         }
      |         ~