/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:16:20: error: 'x' undeclared (first use in this function)
   16 |                 if(x<=h+30)
      |                    ^
foo.c:16:20: note: each undeclared identifier is reported only once for each function it appears in
foo.c:21:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   21 |         printf("%d",&y);
      |                 ~^  ~~
      |                  |  |
      |                  |  int *
      |                  int
      |                 %ls
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1102 陶陶摘苹果
语言
C
递交时间
2023-11-09 20:18:43
评测时间
2023-11-09 20:18:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes