Submission #00003
ソースコード
ステータス
コンパイルメッセージ
./Main.cpp: In function ‘int Check(int&)’:
./Main.cpp:31:10: error: reference to ‘array’ is ambiguous
return(array[S[idx++] - 'P']);
^
./Main.cpp:5:5: note: candidates are: int array [3]
int array[3];
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/tuple:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/functional:55,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:70,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/array:81:12: note: template<class _Tp, long unsigned int _Nm> struct std::array
struct array
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:44:6: error: reference to ‘array’ is ambiguous
array[0] = i;
^
./Main.cpp:5:5: note: candidates are: int array [3]
int array[3];
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/tuple:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/functional:55,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:70,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/array:81:12: note: template<class _Tp, long unsigned int _Nm> struct std::array
struct array
^
./Main.cpp:45:6: error: reference to ‘array’ is ambiguous
array[1] = j;
^
./Main.cpp:5:5: note: candidates are: int array [3]
int array[3];
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/tuple:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/functional:55,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:70,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/array:81:12: note: template<class _Tp, long unsigned int _Nm> struct std::array
struct array
^
./Main.cpp:46:6: error: reference to ‘array’ is ambiguous
array[2] = k;
^
./Main.cpp:5:5: note: candidates are: int array [3]
int array[3];
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/tuple:39:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/functional:55,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/stdc++.h:70,
from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/array:81:12: note: template<class _Tp, long unsigned int _Nm> struct std::array
struct array
^
セット
テストケース