Submission #390241

# Submission time Handle Problem Language Result Execution time Memory
390241 2021-04-15T15:53:24 Z mariowong CONSUL (info1cup19_consul) C++14
0 / 100
2 ms 296 KB
#include "grader.h"
#include <bits/stdc++.h>

using namespace std;

int val,pos,ct,x,a[15];
map <int,int> m,now;
void solve(int n){
    mt19937 gen(time(NULL));
    uniform_int_distribution <int> dis(1,1e9);
    now[0]=true;
    while (ct+2 <= 60){
 		while (now[pos])
    	pos=dis(gen)%n+1; 
    	
		now[pos]=true;
		val=kth(pos);
    	if (m[val])
    	ct++;
    	else
    	{
    		m[val]=true;
    		if (cnt(val) > n/3){
    			say_answer(val);
    			return;
			}
    		ct+=2;
		}
    	
	}
	say_answer(-1);
}
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 200 KB Wrong answer
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 200 KB Wrong answer
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 296 KB Wrong answer
2 Halted 0 ms 0 KB -