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