| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1341971 | aritro_ | Game (IOI14_game) | C++20 | 1 ms | 344 KiB |
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
#define endl '\n'
#define pb push_back
#define ff first
#define ss second
#define all(a) a.begin(),a.end()
void initialize(int n){
}
int call=0;
int hasEdge(int u,int v){
call++;
if(u>v) swap(u,v);
if(u==0&&v==1) return 1;
else if(u==2&&v==3) return 1;
else{
if(call==3) return 0;
else if(call==4) return 1;
}
return 0;
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
