Submission #901910

# Submission time Handle Problem Language Result Execution time Memory
901910 2024-01-10T04:02:40 Z Sir_Ahmed_Imran Game (IOI14_game) C++17
0 / 100
0 ms 348 KB
                              ///~~~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 time Memory Grader output
1 Incorrect 0 ms 344 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -