QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#257708 | #1957. Friendship Graphs | HuangHanSheng | Compile Error | / | / | C++14 | 3.3kb | 2023-11-19 12:08:39 | 2023-11-19 12:08:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 | } | ^