记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'scanf\U0000ff08'
    5 |     scanf("%d %d %d",&a,&b,&c);
      |     ^~~~~~~
foo.c:8:17: error: 't' undeclared (first use in this function)
    8 |                 t=a
      |                 ^
foo.c:8:17: note: each undeclared identifier is reported only once for each function it appears in
foo.c:8:20: error: expected ';' before 'a'
    8 |                 t=a
      |                    ^
      |                    ;
    9 |                 a=b
      |                 ~   
foo.c:24:33: error: expected expression before ')' token
   24 |         printf("%d %d %d",a,b,c,);
      |                                 ^
foo.c:24:33: error: expected declaration or statement at end of input
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
比赛
2023年新生赛(第一场)
语言
C
递交时间
2023-08-15 11:41:29
评测时间
2023-08-15 11:41:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes