QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#487808 | #7944. Max Minus Min | ZhangYiDe | Compile Error | / | / | C++23 | 710b | 2024-07-23 11:15:32 | 2024-07-23 11:15:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int slove()’: answer.code:25:9: error: return-statement with no value, in function returning ‘int’ [-fpermissive] 25 | return ; | ^~~~~~