记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:10: error: 'b' undeclared (first use in this function)
    5 |  int a=0;b=0;c=0;t=0;
      |          ^
foo.c:5:10: note: each undeclared identifier is reported only once for each function it appears in
foo.c:5:14: error: 'c' undeclared (first use in this function)
    5 |  int a=0;b=0;c=0;t=0;
      |              ^
foo.c:5:18: error: 't' undeclared (first use in this function)
    5 |  int a=0;b=0;c=0;t=0;
      |                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A1-1 分支结构练习:三数排序
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 10:57:14
评测时间
2022-05-31 10:57:14
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes