QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#136340#6657. 烂柯杯_DuskerCompile Error//C++1414b2023-08-07 22:53:352023-08-07 22:53:36

Judging History

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

  • [2023-08-10 23:21:45]
  • System Update: QOJ starts to keep a history of the judgings of all the submissions.
  • [2023-08-07 22:53:36]
  • 评测
  • [2023-08-07 22:53:35]
  • 提交

answer

print('kejie')

Details

answer.code:1:7: warning: character constant too long for its type
    1 | print('kejie')
      |       ^~~~~~~
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
    1 | print('kejie')
      |      ^