Submission #00040
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - 7セグメント |
ユーザー名 |
I dont any
|
投稿日時 |
2015-09-10 16:51:43 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
677 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./40.cpp: In function ‘int main()’:
./40.cpp:30:29: error: reference to ‘array’ is ambiguous
cout << (light[i] ^ array[digit][i]);
^
./40.cpp:6:5: note: candidates are: int array [10][7]
int array[10][7] = {
^
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 ./40.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
^
./40.cpp:31:20: error: reference to ‘array’ is ambiguous
light[i] = array[digit][i];
^
./40.cpp:6:5: note: candidates are: int array [10][7]
int array[10][7] = {
^
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 ./40.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
^
セット
テストケース