QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#502088 | #9156. 百万富翁 | gg_gong# | Compile Error | / | / | C++14 | 1.7kb | 2024-08-03 00:55:08 | 2024-08-03 00:55:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int richest(int, int, int)’: answer.code:65:12: error: ‘n’ was not declared in this scope 65 | if(n==1000) | ^ answer.code:69:1: warning: control reaches end of non-void function [-Wreturn-type] 69 | } | ^