QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#646592 | #6570. Who Watches the Watchmen? | ucup-team425# | Compile Error | / | / | C++20 | 8.9kb | 2024-10-17 01:45:01 | 2024-10-17 01:45:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:190:1: error: ‘mt1937’ does not name a type 190 | mt1937 rng(2137); | ^~~~~~ answer.code: In function ‘void do_collinear()’: answer.code:239:53: error: ‘rng’ was not declared in this scope 239 | if (intersecting(p[l], v[i], p[r], v[r]) && rng() % 2 == 0) { | ^~~ answer.code:254:53: error: ‘rng’ was not declared in this scope 254 | if (intersecting(p[l], v[l], p[r], v[i]) && rng() % 2 == 0) { | ^~~