제출 #986719

#제출 시각아이디문제언어결과실행 시간메모리
986719vjudge1게임 (IOI14_game)C++17
100 / 100
258 ms16560 KiB
#include <bits/stdc++.h> using namespace std; // #define int long long #define endl '\n' #define F first #define S second #define pb push_back #define all(a) a.begin(),a.end() const int N=1e6; const int MOD=1e9+7; const int off=(1<<11); int frq[N]; void initialize(int n){ } int hasEdge(int u, int v){ if(u<v)swap(u,v); frq[u]++; return (frq[u]==u); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...