# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|
434666 | | ioi | Game (IOI14_game) | C++14 | | 575 ms | 16500 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "game.h"
#include<map>
#include<algorithm>
#include<math.h>
using namespace std ;
void initialize(int n) {
}
map<int , int > mp ;
int hasEdge(int u, int v) {
mp[max(u , v)] ++ ;
if(mp[max(u , v)] == max(u , v))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... |