QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#414383 | #6748. Spin the Wheel | MaMengQi | Compile Error | / | / | C++17 | 369b | 2024-05-18 22:28:17 | 2024-05-18 22:28:17 |
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:19:26: error: ‘a’ was not declared in this scope 19 | int k = (a[1]-a[0]+n)%n; | ^