Submission #00787


ソースコード

ステータス

項目 データ
問題 0007 - 旗を作ろう
ユーザー名 m2279
投稿日時 2022-06-13 21:13:55
言語 C
状態 Compile Error
得点 0
ソースコード長 608 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c: In function ‘main’:
./Main.c:7:18: error: expected ‘;’ before ‘char’
     scanf("%s",c)
                  ^
                  ;
     char a[w][h];
     ~~~~
./Main.c:23:16: warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast [-Wint-conversion]
         printf('\n');
                ^~~~
In file included from ./Main.c:1:
/usr/include/stdio.h:361:45: note: expected ‘const char * restrict’ but argument is of type ‘int’
 extern int printf (__const char *__restrict __format, ...);
                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~

セット

セット 得点 Cases

テストケース

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