Submission #51384


ソースコード

ステータス

項目 データ
問題 1134 - Extension FizzBuzz
ユーザー名 Miran
投稿日時 2019-07-11 16:49:50
言語 C++
状態 Compile Error
得点 0
ソースコード長 359 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:13:8: error: expected ‘}’ before ‘else’
       }else{
        ^~~~
./Main.cpp:8:15: note: to match this ‘{’
     if(i%a==0){
               ^
./Main.cpp: At global scope:
./Main.cpp:22:3: error: expected unqualified-id before ‘return’
   return(0);
   ^~~~~~
./Main.cpp:23:1: error: expected declaration before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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