QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#547880 | #4274. $2x + 2$ | GuanYunchang | Compile Error | / | / | C++14 | 114b | 2024-09-05 12:04:00 | 2024-09-05 12:04:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: error: ‘n’ does not name a type 1 | n = int(input()) | ^ answer.code:9:6: error: expected constructor, destructor, or type conversion before ‘(’ token 9 | print(ans) | ^