QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#218682#6309. Aqreucup-team1005Compile Error//C++14688b2023-10-18 16:57:092023-10-18 16:57:10

Details

answer.code:8:1: error: expected ‘,’ or ‘;’ before ‘void’
    8 | void work() {
      | ^~~~
answer.code: In function ‘int main()’:
answer.code:24:17: error: ‘work’ was not declared in this scope
   24 |                 work();
      |                 ^~~~