Submission #00069


ソースコード

ステータス

項目 データ
問題 0001 - 期末試験!
ユーザー名 ike
投稿日時 2015-12-10 16:47:13
言語 C
状態 Compile Error
得点 0
ソースコード長 576 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.c:26:2: warning: data definition has no type or storage class
  ka=c[1]+c[2]+c[3]+c[4]+c[5];
  ^
./Main.c:26:2: warning: type defaults to ‘int’ in declaration of ‘ka’ [-Wimplicit-int]
./Main.c:26:5: error: ‘c’ undeclared here (not in a function)
  ka=c[1]+c[2]+c[3]+c[4]+c[5];
     ^
./Main.c:27:2: warning: data definition has no type or storage class
  kb=c[t]+c[t-1]+c[t-2]+c[t-3]+c[t-4];
  ^
./Main.c:27:2: warning: type defaults to ‘int’ in declaration of ‘kb’ [-Wimplicit-int]
./Main.c:27:7: error: ‘t’ undeclared here (not in a function)
  kb=c[t]+c[t-1]+c[t-2]+c[t-3]+c[t-4];
       ^
./Main.c:28:2: error: expected identifier or ‘(’ before ‘if’
  if(c[1]+c[2]+c[3]+c[4]+c[5]<c[t]+c[t-1]+c[t-2]+c[t-3]+c[t-4]){
  ^
./Main.c:34:9: error: expected declaration specifiers or ‘...’ before string constant
  printf("%d %d\n",ka,kb);
         ^
./Main.c:34:19: error: expected declaration specifiers or ‘...’ before ‘ka’
  printf("%d %d\n",ka,kb);
                   ^
./Main.c:34:22: error: expected declaration specifiers or ‘...’ before ‘kb’
  printf("%d %d\n",ka,kb);
                      ^
./Main.c:36:2: error: expected identifier or ‘(’ before ‘return’
  return 0;
  ^
./Main.c:37:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^

セット

セット 得点 Cases

テストケース

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