QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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 | } | ^