Submission #00004
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - 最大の和 |
ユーザー名 |
ei1501
|
投稿日時 |
2017-02-03 16:07:42 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
818 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:32:15: error: redefinition of ‘int dat [100000]’
int dat[100000];
^
./Main.cpp:4:5: note: ‘int dat [100000]’ previously declared here
int dat[100000];
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:34:5: error: redefinition of ‘int main()’
int main(){
^
./Main.cpp:6:5: note: ‘int main()’ previously defined here
int main(){
^
セット
テストケース