Submission #1202766

#TimeUsernameProblemLanguageResultExecution timeMemory
1202766AMel0nGame (IOI14_game)C++20
100 / 100
177 ms7048 KiB
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define FOR(i,N) for(ll i = 0; i < N; i++) #define all(x) (x).begin(), (x).end() #define F first #define S second #include "game.h" void initialize(int n) { ; } int bruh[1505]; int hasEdge(int u, int v) { if (v > u) swap(u, v); bruh[u]++; return (bruh[u] == u); } // signed main() { // cin.tie(0); ios::sync_with_stdio(false); // }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...