QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#257708#1957. Friendship GraphsHuangHanShengCompile Error//C++143.3kb2023-11-19 12:08:392023-11-19 12:08:40

Details

answer.code:22:5: error: ISO C++ forbids declaration of ‘egde’ with no type [-fpermissive]
   22 |     egde (const int& _u,const int& _v,const int& _c){
      |     ^~~~
answer.code: In member function ‘int edge::egde(const int&, const int&, const int&)’:
answer.code:24:5: warning: no return statement in function returning non-void [-Wreturn-type]
   24 |     }
      |     ^