Submission #398847

#TimeUsernameProblemLanguageResultExecution timeMemory
398847almothana05Cop and Robber (BOI14_coprobber)C++14
Compilation error
0 ms0 KiB
#include "coprobber.h"
int menge = 0;
int start(int N, bool A[MAX_N][MAX_N])
{
	menge = n;
    return 0;
}

int nextMove(int R)
{
	if(R == menge){
	    return 0;
	    
	}
	else{
		return R;
	}
}

Compilation message (stderr)

coprobber.cpp: In function 'int start(int, bool (*)[500])':
coprobber.cpp:5:10: error: 'n' was not declared in this scope
    5 |  menge = n;
      |          ^