QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#502445 | #9156. 百万富翁 | gg_gong | Compile Error | / | / | C++14 | 1.5kb | 2024-08-03 05:54:24 | 2024-08-03 05:54:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int solve_real(int)’: answer.code:38:33: error: ‘righpart’ was not declared in this scope; did you mean ‘rightpart’? 38 | righpart.push_back(vec[r]); | ^~~~~~~~ | rightpart answer.code: In function ‘int solve_small(int)’: answer.code:28:1: warning: control reaches end of non-void function [-Wreturn-type] 28 | } | ^