| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1291962 | hssaan_arif | 게임 (IOI14_game) | C++20 | 280 ms | 13292 KiB |
#include<bits/stdc++.h>
#include "game.h"
using namespace std;
map<int,int> cnt;
void initialize(int n){
}
int hasEdge(int u , int v){
u = max(u,v);
cnt[u]++;
if (cnt[u] == u) return 1;
else 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... | ||||
