Submission #02419
ソースコード
ステータス
項目 |
データ |
問題 |
0054 - てすと |
ユーザー名 |
ei1528
|
投稿日時 |
2015-12-17 15:42:49 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
564 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c:6:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main(){
^
./Main.c: In function ‘main’:
./Main.c:10:3: warning: implicit declaration of function ‘scnaf’ [-Wimplicit-function-declaration]
scnaf("%d",&n);
^
./Main.c:12:25: error: expected expression before ‘student’
scanf("%s %d %d %d",student[i].name,a,b,c);
^
./Main.c:13:12: error: expected identifier or ‘(’ before ‘[’ token
student[i].point = a+b+c;
^
./Main.c:16:26: error: expected ‘;’ before ‘)’ token
for(l=0;l<(n-1)-i<l++){
^
./Main.c:17:10: error: expected expression before ‘student’
if(student[j].point<student[j+1].point){
^
./Main.c:18:13: error: expected expression before ‘student’
int temp = student[j];
^
./Main.c:19:9: error: expected identifier or ‘(’ before ‘[’ token
student[j] = student[j+1];
^
./Main.c:20:9: error: expected identifier or ‘(’ before ‘[’ token
student[j+1] = temp;
^
./Main.c:25:27: error: expected expression before ‘student’
printf("%d %s %d\n",t,student[o].name,student[o].point);
^
セット
テストケース