QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#728223 | #7956. Walk Swapping | gym | Compile Error | / | / | C++20 | 2.7kb | 2024-11-09 14:48:31 | 2024-11-09 14:48:33 |
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:54:23: error: ‘rng’ was not declared in this scope 54 | shuffle(all(roll),rng); | ^~~