QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#502348 | #9156. 百万富翁 | gg_gong# | Compile Error | / | / | C++14 | 1.8kb | 2024-08-03 04:23:59 | 2024-08-03 04:23:59 |
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:50:9: error: ‘else’ without a previous ‘if’ 50 | else{ | ^~~~ answer.code: In function ‘int solve_small(int)’: answer.code:27:1: warning: control reaches end of non-void function [-Wreturn-type] 27 | } | ^ answer.code: In function ‘int solve_real(int)’: answer.code:65:1: warning: control reaches end of non-void function [-Wreturn-type] 65 | } | ^