# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
973263 | 2024-05-01T16:53:16 Z | vjudge1 | Data Transfer (IOI19_transfer) | C++17 | 0 ms | 0 KB |
#include "grader.h" #include <stdlib.h> #include <time.h> void solve(int n) { srand(time(0)); for(int x,i=0;i<25;++i)if (cnt(x=kth(rand()%n+1))>n/3){say_answer(x);return;} say_answer(-1); }