QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#502297 | #9156. 百万富翁 | gg_gong# | Compile Error | / | / | C++14 | 1.3kb | 2024-08-03 03:17:27 | 2024-08-03 03:17:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int solve_real(int)’: answer.code:34:25: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 34 | return; | ^~~~~~ answer.code: In function ‘int solve_small(int)’: answer.code:27:1: warning: control reaches end of non-void function [-Wreturn-type] 27 | } | ^