Submission #00008
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int rec(int, int, int)’:
./Main.cpp:50:32: error: ‘h’ was not declared in this scope
if(ny < 0 || nx < 0 || ny >= h || nx >= w) continue;
^
./Main.cpp:50:43: error: ‘w’ was not declared in this scope
if(ny < 0 || nx < 0 || ny >= h || nx >= w) continue;
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:64:15: error: ‘w’ was not declared in this scope
while(cin >> w >> h, w||h) {
^
./Main.cpp:64:20: error: ‘h’ was not declared in this scope
while(cin >> w >> h, w||h) {
^
セット
テストケース