Submission #525615

# Submission time Handle Problem Language Result Execution time Memory
525615 2022-02-12T06:46:10 Z Khizri CONSUL (info1cup19_consul) C++17
0 / 100
1 ms 292 KB
#include "grader.h"
#include <bits/stdc++.h>
using namespace std;
int arr[1005];
void solve(int n)
{
    for(int i=1;i<=50;i++){
        int x=rand()%n+1;
        if(arr[x]){
            i--;
            continue;
        }
        int a=kth(x);
        int say=cnt(a);
        if(say>n/3){
            say_answer(a);
        }
    }
    say_answer(-1);
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 200 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 292 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 -