Submission #524427

# Submission time Handle Problem Language Result Execution time Memory
524427 2022-02-09T08:04:28 Z iskhakkutbilim CONSUL (info1cup19_consul) C++14
0 / 100
9 ms 200 KB
#include <bits/stdc++.h>
#include "grader.h"

using namespace std;

void solve(int n)
{
    for(int i = 1;i <= n; i++){
        if(cnt(kth(i)) > n / 3) say_answer(kth(i));
    }
    // if(cnt(kth(1)) > n / 3) say_answer(kth(1));
    //     else 
            say_answer(-1);
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 200 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 200 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 9 ms 200 KB Too many queries
2 Halted 0 ms 0 KB -