답안 #859841

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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

}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 344 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 600 KB Multiple answers provided for the same testcase!
2 Halted 0 ms 0 KB -