# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1214321 | kadir | Hack (APIO25_hack) | C++20 | 111 ms | 412 KiB |
#include "hack.h"
#include<bits/stdc++.h>
using namespace std;
int hack() {
int n=0;
while(true) {
n++;
if(collisions({1,n+1})) return n;
}
}
# | 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... |