Submission #37413


ソースコード

ステータス

項目 データ
問題 0910 - 百円以下の拾得物
ユーザー名 ei1728
投稿日時 2018-06-15 17:49:40
言語 C++11
状態 Compile Error
得点 0
ソースコード長 868 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:32:18: error: redefinition of ‘int dp [1005][1005]’
 int dp[1005][1005];
                  ^
./Main.cpp:6:5: note: ‘int dp [1005][1005]’ previously declared here
 int dp[1005][1005];
     ^~
./Main.cpp: In function ‘int main()’:
./Main.cpp:34:5: error: redefinition of ‘int main()’
 int main(){
     ^~~~
./Main.cpp:8:5: note: ‘int main()’ previously defined here
 int main(){
     ^~~~

セット

セット 得点 Cases

テストケース

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