Submission #00106
ソースコード
ステータス
| 項目 | データ |
|---|---|
| 問題 | 0002 - ビル (buildings) |
| ユーザー名 | ei1620 |
| 投稿日時 | 2017-05-05 21:10:48 |
| 言語 | C |
| 状態 | Compile Error |
| 得点 | 0 |
| ソースコード長 | 587 Byte |
| 最大実行時間 | - |
| 最大メモリ使用量 |
コンパイルメッセージ
./Main.c: In function ‘main’:
./Main.c:4:32: error: expected identifier before ‘&’ token
scanf("%d %d %d %d",&h,&w,&q.&c);
^
./Main.c:5:3: error: variable-sized object may not be initialized
int m[h][w],ans[q]={0};
^
./Main.c:5:23: warning: excess elements in array initializer
int m[h][w],ans[q]={0};
^
./Main.c:5:23: note: (near initialization for ‘ans’)
セット
| セット | 得点 | Cases |
|---|
テストケース
| ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
|---|---|---|---|