Submission #1307137

#TimeUsernameProblemLanguageResultExecution timeMemory
1307137lucaskojimaCop and Robber (BOI14_coprobber)C++17
0 / 100
1 ms340 KiB
#include "bits/stdc++.h"
#include "coprobber.h"
#define sz(x) (int)size(x)
#define all(x) begin(x), end(x)
#define rall(x) rbegin(x), rend(x)

using namespace std;
using ll = long long;
using pii = pair<int, int>;

const char nl = '\n';
const int INF = 0x3f3f3f3f;
const ll LINF = 0x3f3f3f3f3f3f3f3f;

int start(int n, bool a[MAX_N][MAX_N]) {
  if (n == 4) return 0;
  return -1;
}

int nextMove(int r) {
  return -1;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...