QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#488784#9156. 百万富翁ucup-team1005Compile Error//C++204.5kb2024-07-24 15:18:532024-07-24 15:18:54

詳細信息

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) {
      |     ^~~~~~~