QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#569720 | #5545. Contingency Plan | DennisTran | Compile Error | / | / | C++20 | 2.8kb | 2024-09-17 09:26:56 | 2024-09-17 09:26:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:24:5: error: ISO C++ forbids declaration of ‘Reset’ with no type [-fpermissive] 24 | Reset() { | ^~~~~ answer.code: In member function ‘int DSU_roll_back::Reset()’: answer.code:29:5: warning: no return statement in function returning non-void [-Wreturn-type] 29 | } | ^