QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ^~~~~~~