QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#562697#8589. ExplosiveskheiramihoubCompile Error//C++141.1kb2024-09-13 20:06:472024-09-13 20:06:48

Details

answer.code:55:23: warning: missing terminating " character
   55 | cout << total_cost << "
      |                       ^
answer.code:55:23: error: missing terminating " character
answer.code:56:1: warning: missing terminating " character
   56 | ";
      | ^
answer.code:56:1: error: missing terminating " character
   56 | ";
      | ^~
answer.code: In function ‘int main()’:
answer.code:58:1: error: expected primary-expression before ‘return’
   58 | return 0;
      | ^~~~~~