Submission #07148


ソースコード

ステータス

項目 データ
問題 0042 - フィボナッチ数列
ユーザー名 yuu
投稿日時 2016-07-15 16:36:49
言語 C++11
状態 Compile Error
得点 0
ソースコード長 180 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:1:30: warning: extra tokens at end of #include directive
 #include<bits/stdc++.h>using namespace std;int main(){int n;int l=0,m=1,a;cin >> n;if(n==0)cout << 0 << endl;else{for(int i=0;i<n-1;i++){a=m;m+=l;l=a;}cout << m << endl;}return 0;}
                              ^
./Main.cpp:1:181: fatal error: bits/stdc++.h>usin: No such file or directory
compilation terminated.

セット

セット 得点 Cases

テストケース

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