QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#551998 | #9255. Python Program | ucup-team4596# | Compile Error | / | / | C++23 | 1.4kb | 2024-09-07 19:40:32 | 2024-09-07 19:40:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:5: error: expected constructor, destructor, or type conversion before ‘(’ token 1 | exec(input()) | ^