| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1358146 | ackhava | Hack (APIO25_hack) | C++20 | 159 ms | 428 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
#define REP(i,o,n) for(int i=o;i<n;i++)
#define pb push_back
int getmod(int mod){
}
bool eq(int x){
vector<long long> v;
v.pb(1);
v.pb(x+1);
// cerr<<"?";
// for(auto i:v)cerr<<" "<<i;
// cerr<<endl;
return collisions(v);
}
int hack(){
REP(i,1,500001){
if(eq(i))return i;
}
}컴파일 시 표준 에러 (stderr) 메시지
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
