제출 #1213949

#제출 시각아이디문제언어결과실행 시간메모리
1213949fskaricaHack (APIO25_hack)C++20
0 / 100
38 ms16020 KiB
#include "hack.h"
#include <bits/stdc++.h>

using namespace std;

#define ll long long
#define fi first
#define se second
#define pii pair<int, int>

int hack() {
    vector <ll> v;
    int n = 1000000;
    for (int i = 1; i <= n; i++) v.push_back(i);

    int x = collisions(v);
    return n - x;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...