QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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))
Details
answer.code:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | print(min(int(input()) + 1, 10)) | ^