| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1345217 | ahmetlbktd4 | Hack (APIO25_hack) | C++20 | 133 ms | 428 KiB |
#include "hack.h"
#include "bits/stdc++.h"
#define ll long long
using namespace std;
const int N = 5e5;
int hack(){
for (int n = 2;n <= N;n++){
vector <ll> x = {n,2*n};
ll h = collisions(x);
if (h)
return n;
}
}컴파일 시 표준 에러 (stderr) 메시지
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
