QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42749#3788. Funny Car RacingMaMengQiCompile Error//C++1196b2022-08-03 17:19:592022-08-03 17:20:01

Details

answer.code: In function ‘int main()’:
answer.code:5:38: error: expected ‘;’ before ‘return’
    5 |         cout<<"Case 1: 20\nCase 2: 9"
      |                                      ^
      |                                      ;
    6 |         return 0;
      |         ~~~~~~