Submission #859841

# Submission time Handle Problem Language Result Execution time Memory
859841 2023-10-10T19:28:47 Z AtabayRajabli CONSUL (info1cup19_consul) C++17
0 / 100
0 ms 600 KB
#include "grader.h"
#include <bits/stdc++.h>

using namespace std;

void solve(int n)
{
    /// insert your code
    int k = 30;
    while(k--)
    {
        int num = rand() % n + 1;
        if(cnt(kth(num)) > n / 3) say_answer(kth(num));
    }
    /// for example

}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 344 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 600 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -