QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#283483 | #6635. Strange Keyboard | KingOfHua | Compile Error | / | / | C++14 | 3.3kb | 2023-12-14 18:04:41 | 2023-12-14 18:04:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:51:23: error: ‘d’ was not declared in this scope 51 | for(int j=d,c=0;c!=3;c+=(j==0),j=(j+D)%k) | ^ answer.code:51:29: error: ‘c’ was not declared in this scope 51 | for(int j=d,c=0;c!=3;c+=(j==0),j=(j+D)%k) | ^