QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#646592#6570. Who Watches the Watchmen?ucup-team425#Compile Error//C++208.9kb2024-10-17 01:45:012024-10-17 01:45:02

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) {
      |                                                     ^~~