Submission #37613


ソースコード

ステータス

項目 データ
問題 0947 - 最小和部分列
ユーザー名 ei1821
投稿日時 2018-06-19 18:55:04
言語 C
状態 Compile Error
得点 0
ソースコード長 352 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:18:10: error: expected declaration specifiers or ‘...’ before string constant
   printf("%lld\n",ans);
          ^~~~~~~~
./Main.c:18:19: error: expected declaration specifiers or ‘...’ before ‘ans’
   printf("%lld\n",ans);
                   ^~~
./Main.c:19:3: error: expected identifier or ‘(’ before ‘return’
   return(0);
   ^~~~~~
./Main.c:20:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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