Submission #32120

#TimeUsernameProblemLanguageResultExecution timeMemory
32120cheater2k경찰관과 강도 (BOI14_coprobber)C++14
Compilation error
0 ms0 KiB
#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 (stderr)

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;
          ^