QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#451275#8788. Page on vdome.comnhuang685Compile Error//C++2032b2024-06-23 02:09:032024-06-23 02:09:04

Judging History

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

  • [2024-06-23 02:09:04]
  • 评测
  • [2024-06-23 02:09:03]
  • 提交

answer

print(min(int(input()) + 1, 10))

Details

answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
    1 | print(min(int(input()) + 1, 10))
      |      ^