제출 #718708

#제출 시각아이디문제언어결과실행 시간메모리
718708simon2712CONSUL (info1cup19_consul)C++14
컴파일 에러
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);
}

컴파일 시 표준 에러 (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;
      |                      ^