Submission #00113
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0004 - 擬:フィボナッチ数列 |
| ユーザー名 | ei1827 |
| 投稿日時 | 2018-05-12 15:10:30 |
| 言語 | C |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 316 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:3:3: error: expected declaration specifiers before ‘F’
F[1001];
^
./Main.c:8:19: error: ‘F’ undeclared (first use in this function)
scanf("%d %d", &F[0] , &F[1] );
^
./Main.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|