Submission #00028


ソースコード

ステータス

項目 データ
問題 0003 - 令和
ユーザー名 ei1828
投稿日時 2019-04-08 16:11:01
言語 C++14
状態 Compile Error
得点 0
ソースコード長 356 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:20:25: error: expected ‘}’ at end of input
       f[i]=f[i-1]+f[i-2];
                         ^
./Main.cpp:19:26: note: to match this ‘{’
     for(int i=2;i<=n;i++){
                          ^
./Main.cpp:20:25: error: expected ‘}’ at end of input
       f[i]=f[i-1]+f[i-2];
                         ^
./Main.cpp:18:17: note: to match this ‘{’
   }else if(n>=2){
                 ^
./Main.cpp:20:25: error: expected ‘}’ at end of input
       f[i]=f[i-1]+f[i-2];
                         ^
./Main.cpp:4:1: note: to match this ‘{’
 {
 ^

セット

セット 得点 Cases

テストケース

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