| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1353468 | isct | Hack (APIO25_hack) | C++20 | 79 ms | 428 KiB |
#include "hack.h"
#include <vector>
#include <bits/stdc++.h>
using namespace std;
int hack()
{
for (long long i = 3; i <= 1e5; i++)
{
long long response = collisions({1, i});
if (response == 1)
{
return (i - 1);
}
}
}컴파일 시 표준 에러 (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... | ||||
