QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#500821 | #9156. 百万富翁 | zzzcr | Compile Error | / | / | C++14 | 445b | 2024-08-01 21:14:30 | 2024-08-01 21:14:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int richest(int, int, int)’: answer.code:10:20: error: ‘i’ was not declared in this scope 10 | _f(i, 1, n) { | ^ answer.code:10:17: error: ‘_f’ was not declared in this scope 10 | _f(i, 1, n) { | ^~