QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#488784 | #9156. 百万富翁 | ucup-team1005 | Compile Error | / | / | C++20 | 4.5kb | 2024-07-24 15:18:53 | 2024-07-24 15:18:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:92:11: error: redefinition of ‘const int INF’ 92 | const int INF = 0x3f3f3f3f; | ^~~ answer.code:5:11: note: ‘const int INF’ previously defined here 5 | const int INF = 0x3f3f3f3f; | ^~~ answer.code:93:5: error: redefinition of ‘int richest(int, int, int)’ 93 | int richest(int N, int tt, int S) { | ^~~~~~~ answer.code:6:5: note: ‘int richest(int, int, int)’ previously defined here 6 | int richest(int N, int tt, int S) { | ^~~~~~~