QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#791789#5473. Move One CoinMEshooterCompile Error//C++20114b2024-11-28 20:54:432024-11-28 20:54:44

Judging History

你现在查看的是最新测评结果

  • [2024-11-28 20:54:44]
  • 评测
  • [2024-11-28 20:54:43]
  • 提交

answer

#include<bits/stdc++.h>
using namespace std;
int main(){
    cout << "0 499\n497 1\n << endl;
    return 0;
}

Details

answer.code:4:13: warning: missing terminating " character
    4 |     cout << "0 499\n497 1\n << endl;
      |             ^
answer.code:4:13: error: missing terminating " character
    4 |     cout << "0 499\n497 1\n << endl;
      |             ^~~~~~~~~~~~~~~~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:5:5: error: expected primary-expression before ‘return’
    5 |     return 0;
      |     ^~~~~~