记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:9: error: 'if\U0000ff08x1' undeclared (first use in this function)
    5 |         if(x1+x2=y1);
      |         ^~~~~~
foo.c:5:9: note: each undeclared identifier is reported only once for each function it appears in
foo.c:5:19: error: 'y1\U0000ff09' undeclared (first use in this function)
    5 |         if(x1+x2=y1);
      |                   ^~~~
foo.c:7:16: error: 'x2\U0000ff01' undeclared (first use in this function)
    7 |         if(x1%x2!=y1);
      |                ^~~~
foo.c:4:6: warning: unused variable 'x1' [-Wunused-variable]
    4 | {int x1,x2;
      |      ^~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1078 xf1-1两数和、积、余
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 10:04:49
评测时间
2022-08-27 10:04:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes