제출 #901910

#제출 시각아이디문제언어결과실행 시간메모리
901910Sir_Ahmed_Imran게임 (IOI14_game)C++17
0 / 100
0 ms348 KiB
                              ///~~~LOTA~~~///
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
#define nl '\n'
#define ff first
#define ss second
#define ll long long 
#define append push_back
#define pii pair<int,int>
#define all(x) (x).begin(),(x).end()
#define MAXN 1500
int a[MAXN];
void initialize(int n){
    return;
}
int hasEdge(int u, int v){
    if(a[v] || a[u]) return 0;
    a[v]=a[u]=1;
    return 1;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...