QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#768557 | #9156. 百万富翁 | PTqwq_ | Compile Error | / | / | C++14 | 1.0kb | 2024-11-21 12:15:49 | 2024-11-21 12:15:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:8:10: error: #elif with no expression 8 | #elif QOJ | ^ answer.code: In function ‘int richest(int, int, int)’: answer.code:34:25: error: ‘ask’ was not declared in this scope 34 | vector<int> c = ask(a, b); | ^~~