Submission #718708

#TimeUsernameProblemLanguageResultExecution timeMemory
718708simon2712CONSUL (info1cup19_consul)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include <grader.h> using namespace std; int kth(int i); int cnt(int x); void say_answer(int a); void solve(int N) { int i,val=1,x; for(i=1;i<=25;i++) { val=(val*69)%n+1; x=kth(val); if(cnt(x)>n/3){ say_answer(x); break; } } say_answer(-1); }

Compilation message (stderr)

consul.cpp: In function 'void solve(int)':
consul.cpp:12:22: error: 'n' was not declared in this scope
   12 |         val=(val*69)%n+1;
      |                      ^