Submission #639293

# Submission time Handle Problem Language Result Execution time Memory
639293 2022-09-09T11:08:46 Z LucaLucaM CONSUL (info1cup19_consul) C++17
Compilation error
0 ms 0 KB
#include "grader.h"
#include <bits/stdc++.h>

using namespace std;

void solve(int n)
{
    if (n <= 50)
        Q = 50
    else
        Q = 60;

    for (int q = 0; q<Q; q+=2)
    {
        int i;
        i = rand();
        i %= n, i++;

        i = kth(i);
        if (cnt(i) > n/3)
        {
            say_answer(i);
            return;
        }
    }

    say_answer(-1);
}

Compilation message

consul.cpp: In function 'void solve(int)':
consul.cpp:9:9: error: 'Q' was not declared in this scope
    9 |         Q = 50
      |         ^
consul.cpp:13:23: error: 'Q' was not declared in this scope
   13 |     for (int q = 0; q<Q; q+=2)
      |                       ^