QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#451275 | #8788. Page on vdome.com | nhuang685 | Compile Error | / | / | C++20 | 32b | 2024-06-23 02:09:03 | 2024-06-23 02:09:04 |
Judging History
answer
print(min(int(input()) + 1, 10))
详细
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | print(min(int(input()) + 1, 10)) | ^