QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#488315 | #9156. 百万富翁 | forest114514 | Compile Error | / | / | C++20 | 1.9kb | 2024-07-23 20:50:55 | 2024-07-23 20:50:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(int, int)’: answer.code:65:25: error: ‘n’ was not declared in this scope 65 | rep(i,1,n){ | ^ answer.code:3:38: note: in definition of macro ‘rep’ 3 | #define rep(i,a,b) for(int i=(a);i<=(b);++i) | ^