Submission #32120

# Submission time Handle Problem Language Result Execution time Memory
32120 2017-09-27T14:19:24 Z cheater2k Cop and Robber (BOI14_coprobber) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
#include "coprobber.h"
using namespace std;

const int N = 550;

void start(int n, int A[N][N]) {
	return -1;
}

Compilation message

coprobber.cpp: In function 'void start(int, int (*)[550])':
coprobber.cpp:8:10: error: return-statement with a value, in function returning 'void' [-fpermissive]
  return -1;
          ^