QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#233499 | #6599. The Grand Tournament | ThreeKonjaks# | Compile Error | / | / | C++14 | 9.5kb | 2023-10-31 18:27:25 | 2023-10-31 18:27:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Solve()’: answer.code:253:20: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 253 | return 0; | ^ answer.code: In member function ‘void Point::input()’: answer.code:51:27: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 51 | void input(){scanf("%lf%lf",&x,&y);} | ~~~~~^~~~~~~~~~~~~~~~