Submission #00039


ソースコード

ステータス

項目 データ
問題 0001 - コンテスト
ユーザー名 ei1538
投稿日時 2015-12-17 16:07:49
言語 C++11
状態 Compile Error
得点 0
ソースコード長 459 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:22:9: error: reference to ‘count’ is ambiguous
   cout<<count<<endl;
         ^
./Main.cpp:5:5: note: candidates are: int count
 int count=0;
     ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
                 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_algo.h:3959:5: note:                 template<class _IIter, class _Tp> typename std::iterator_traits<_Iterator>::difference_type std::count(_IIter, _IIter, const _Tp&)
     count(_InputIterator __first, _InputIterator __last, const _Tp& __value)
     ^
./Main.cpp: In function ‘void look(int)’:
./Main.cpp:29:3: error: reference to ‘count’ is ambiguous
   count++;
   ^
./Main.cpp:5:5: note: candidates are: int count
 int count=0;
     ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
                 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_algo.h:3959:5: note:                 template<class _IIter, class _Tp> typename std::iterator_traits<_Iterator>::difference_type std::count(_IIter, _IIter, const _Tp&)
     count(_InputIterator __first, _InputIterator __last, const _Tp& __value)
     ^
./Main.cpp:31:10: error: return-statement with a value, in function returning 'void' [-fpermissive]
   return 0;
          ^

セット

セット 得点 Cases

テストケース

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