제출 #398847

#제출 시각아이디문제언어결과실행 시간메모리
398847almothana05경찰관과 강도 (BOI14_coprobber)C++14
컴파일 에러
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; } }

컴파일 시 표준 에러 (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;
      |          ^