记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:9: error: 'x' undeclared (first use in this function)
    6 |         x=a+b>c&&c++,y=a||b++||c++;
      |         ^
foo.c:6:9: note: each undeclared identifier is reported only once for each function it appears in
foo.c:6:22: error: 'y' undeclared (first use in this function)
    6 |         x=a+b>c&&c++,y=a||b++||c++;
      |                      ^
foo.c:6:21: warning: left-hand operand of comma expression has no effect [-Wunused-value]
    6 |         x=a+b>c&&c++,y=a||b++||c++;
      |                     ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1002 表达式运算(三)
语言
C
递交时间
2023-08-20 21:00:20
评测时间
2023-08-20 21:00:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes