记录详情

Compile Error

foo.c: In function ‘main’:
foo.c:7:30: error: invalid operands to binary & (have ‘int *’ and ‘int’)
    7 |         scanf("%d %d %d", &a &b &c);
      |                           ~~ ^
      |                           |
      |                           int *
foo.c:21:17: error: ‘renturn’ undeclared (first use in this function)
   21 |                 renturn 0;
      |                 ^~~~~~~
foo.c:21:17: note: each undeclared identifier is reported only once for each function it appears in
foo.c:21:24: error: expected ‘;’ before numeric constant
   21 |                 renturn 0;
      |                        ^~
      |                        ;
foo.c:22:1: error: expected declaration or statement at end of input
   22 | }
      | ^

信息

递交者
类型
递交
题目
A1-2 分支结构练习:三数的特征值
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-18 09:20:38
评测时间
2024-08-18 09:20:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes