QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#562671#8589. ExplosiveskheiramihoubCompile Error//C++141.5kb2024-09-13 19:59:052024-09-13 19:59:05

Details

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