제출 #1367901

#제출 시각아이디문제언어결과실행 시간메모리
1367901jackhui100101Hack (APIO25_hack)C++20
8 / 100
80 ms428 KiB
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack(){
    for (int i = 3; i <= 500000; i++){
        int r = collisions({1, i});
        if (r) return i - 1;
    }
    return 500000;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…