제출 #490103

#제출 시각아이디문제언어결과실행 시간메모리
490103alexdumitruCONSUL (info1cup19_consul)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
#include "grader.h"
using namespace std;
void solve(int n)
{
    for(i=1;i<=25;i++)
    {
        int person=rand()%n+1;
        int vote=kth(person);
        int ap=cnt(vote);
        if(ap>n/3)
        {
            say_answer(vote);
            return;
        }
    }
    say_answer(-1);
}
int main()
{
    srand(time(NULL));
    return 0;
}

컴파일 시 표준 에러 (stderr) 메시지

consul.cpp: In function 'void solve(int)':
consul.cpp:6:9: error: 'i' was not declared in this scope
    6 |     for(i=1;i<=25;i++)
      |         ^