QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#130730 | #6635. Strange Keyboard | ZhaoZiLong | Compile Error | / | / | C++20 | 6.8kb | 2023-07-24 21:43:07 | 2023-07-24 21:43:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solvetc(long long int)’: answer.code:177:47: error: ‘mx’ was not declared in this scope; did you mean ‘dx’? 177 | for(int i = 1; i <= a.size() and i <= mx; i++){ | ^~ | dx