Submission #02267


ソースコード

ステータス

項目 データ
問題 0260 - JOI国のお散歩事情 (Walking in JOI Kingdom)
ユーザー名 ei1439
投稿日時 2015-12-14 15:24:47
言語 C++11
状態 Compile Error
得点 0
ソースコード長 1337 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:8:2: error: ‘h’ does not name a type
  h[111111], h2[111111];
  ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:18:12: error: ‘h’ was not declared in this scope
     cin >> h[i] >> flag[i];
            ^
./Main.cpp:41:2: error: ‘h’ was not declared in this scope
  h[i] += t;
  ^
./Main.cpp:44:2: error: ‘h’ was not declared in this scope
  h[i] -= t;
  ^
./Main.cpp:46:11: error: ‘h’ was not declared in this scope
       if (h[i-1] > h[i] && flag[i-1] == 0 && i != 0) {
           ^
./Main.cpp:56:13: error: ‘h’ was not declared in this scope
     cout << h[p[i]-1] << endl;
             ^

セット

セット 得点 Cases

テストケース

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