Submission #37752
ソースコード
ステータス
項目 |
データ |
問題 |
0947 - 最小和部分列 |
ユーザー名 |
ei1725
|
投稿日時 |
2018-06-20 18:06:12 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1222 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:50:20: error: redefinition of ‘long long int a [1000001]’
long long a[1000001];
^
./Main.cpp:5:11: note: ‘long long int a [1000001]’ previously declared here
long long a[1000001];
^
./Main.cpp:51:20: error: redefinition of ‘long long int v [1000001]’
long long v[1000001];
^
./Main.cpp:6:11: note: ‘long long int v [1000001]’ previously declared here
long long v[1000001];
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:54:5: error: redefinition of ‘int main()’
int main(){
^~~~
./Main.cpp:9:5: note: ‘int main()’ previously defined here
int main(){
^~~~
セット
テストケース