QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#485013#7944. Max Minus MinGuanYunchangCompile Error//C++17105b2024-07-20 10:22:122024-07-20 10:22:14

Details

answer.code: In function ‘int main()’:
answer.code:4:42: error: expected ‘;’ before ‘return’
    4 |         cout<<"0\n0\n0\n0\n0\n0\n0\n0\n0"
      |                                          ^
      |                                          ;
    5 |         return 0;
      |         ~~~~~~