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