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