QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#569720#5545. Contingency PlanDennisTranCompile Error//C++202.8kb2024-09-17 09:26:562024-09-17 09:26:56

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 |     }
      |     ^