Submission #1210009

#TimeUsernameProblemLanguageResultExecution timeMemory
1210009PlayVoltzCONSUL (info1cup19_consul)C++20
0 / 100
0 ms408 KiB
#include "grader.h" #include <bits/stdc++.h> using namespace std; void solve(int n){ int loop=30; if (n==50)loop=25; while (loop--){ int temp=kth(rand()%n+1); if (cnt(temp)*3>n)say_answer(temp); } say_answer(-1); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...