QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#498532 | #7866. Teleportation | ucup-team1154 | Compile Error | / | / | C++20 | 1.2kb | 2024-07-30 15:52:59 | 2024-07-30 15:53:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:50:16: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 50 | return 0; | ^