Submission #00131


ソースコード

ステータス

項目 データ
問題 0010 - 眠れる獅子の的当て
ユーザー名 Bwambocos
投稿日時 2017-07-30 20:31:05
言語 C++
状態 Compile Error
得点 0
ソースコード長 909 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:19:22: エラー: ‘distance’ does not name a type
                 auto distance = x[i] * x[i] + y[i] * y[i];
                      ^
./Main.cpp:20:21: エラー: ‘distance’ was not declared in this scope
                 if (distance < P*P) { score += 5; }
                     ^
./Main.cpp:20:21: 備考: suggested alternative:
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:66:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:61,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:64,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_iterator_base_funcs.h:114:5: 備考:   ‘std::distance’
     distance(_InputIterator __first, _InputIterator __last)
     ^

セット

セット 得点 Cases

テストケース

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