Submission #00084


ソースコード

ステータス

項目 データ
問題 0006 - 最大の和
ユーザー名 ei2225
投稿日時 2022-07-19 17:13:46
言語 C++17
状態 Compile Error
得点 0
ソースコード長 394 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:12:20: error: expected ‘;’ before ‘)’ token
     for(e=0;e<n-k+1){
                    ^
                    ;
./Main.cpp:13:12: error: expected ‘;’ before ‘for’
         r=0
            ^
            ;
         for(w=0;w<k;w++){
         ~~~
./Main.cpp:14:24: error: expected ‘;’ before ‘)’ token
         for(w=0;w<k;w++){
                        ^
                        ;

セット

セット 得点 Cases

テストケース

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