QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#445553 | #8528. Chords | ucup-team2725# | Compile Error | / | / | C++20 | 1.8kb | 2024-06-16 03:58:39 | 2024-06-16 03:58:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:59:17: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 59 | return; | ^~~~~~