Submission #00008


ソースコード

ステータス

項目 データ
問題 0006 - ICPCチョコレートの知的合同分割
ユーザー名 I dont any
投稿日時 2015-10-21 18:29:01
言語 C++11
状態 Compile Error
得点 0
ソースコード長 1335 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./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) {
                    ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #