QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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 | } | ^