Submission #00035


ソースコード

ステータス

項目 データ
問題 0002 - 英作文
ユーザー名 ei1310
投稿日時 2017-03-30 13:27:57
言語 C
状態 Compile Error
得点 0
ソースコード長 303 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:3:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
 main()
 ^
./Main.c: In function ‘main’:
./Main.c:6:2: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘char’
  char s[1001];
  ^
./Main.c:7:8: error: ‘s’ undeclared (first use in this function)
  fgets(s, sizeof(s), stdin);
        ^
./Main.c:7:8: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:10:14: warning: multi-character character constant [-Wmultichar]
  while(s[i]!='/n'){
              ^

セット

セット 得点 Cases

テストケース

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