QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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) { | ^~~