Submission #390248

# Submission time Handle Problem Language Result Execution time Memory
390248 2021-04-15T15:57:43 Z mariowong CONSUL (info1cup19_consul) C++14
Compilation error
0 ms 0 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;
    for (int i=1;i<=25;i++){
		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);

Compilation message

consul.cpp: In function 'void solve(int)':
consul.cpp:28:16: error: expected '}' at end of input
   28 |  say_answer(-1);
      |                ^
consul.cpp:8:18: note: to match this '{'
    8 | void solve(int n){
      |                  ^