QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#602466#9426. Relearn through Review3un_larryfuncCompile Error//C++202.6kb2024-10-01 01:39:442024-10-01 01:39:48

Details

answer.code: In function ‘int main()’:
answer.code:108:2: error: expected primary-expression before ‘/’ token
  108 | */
      |  ^
answer.code:108:3: error: expected primary-expression at end of input
  108 | */
      |   ^
answer.code:108:3: error: expected ‘}’ at end of input
answer.code:91:12: note: to match this ‘{’
   91 | int main() {
      |            ^