记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:41: error: 'c\U0000ff0cx' undeclared (first use in this function)
    5 |         printf("%d\n%d\n%d\n%d\n%d",a,b,c,x,y);
      |                                         ^~~~
foo.c:5:41: note: each undeclared identifier is reported only once for each function it appears in
foo.c:3:28: warning: variable 'x' set but not used [-Wunused-but-set-variable]
    3 |         int a=15,b=18,c=21,x,y;
      |                            ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1002 表达式运算(三)
语言
C
递交时间
2023-09-02 19:54:59
评测时间
2023-09-02 19:54:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes