QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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) | ^