QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#420752 | #6303. Inversion | egypt_ioi2024_01 | Compile Error | / | / | C++23 | 1.4kb | 2024-05-24 21:41:51 | 2024-05-24 21:41:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘std::vector<int> solve(int, int)’: answer.code:19:9: error: declaration of ‘int l’ shadows a parameter 19 | int l = 0 , r= 0; | ^ answer.code:10:23: note: ‘int l’ previously declared here 10 | vector<int> solve(int l,int r){ | ~~~~^ answer.code:19:17: error: declaration of ‘int r’ shadows a parameter 19 | int l = 0 , r= 0; | ^ answer.code:10:29: note: ‘int r’ previously declared here 10 | vector<int> solve(int l,int r){ | ~~~~^