记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:34: error: invalid operands to binary & (have 'int *' and 'int')
    6 |         scanf("%d %d %d", &a, &b &c);
      |                               ~~ ^
      |                               |
      |                               int *
foo.c:26:16: error: 'o' undeclared (first use in this function)
   26 |         return o;
      |                ^
foo.c:26:16: note: each undeclared identifier is reported only once for each function it appears in
[Hydro](https://hydro.ac)提供评测服务

信息

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