记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:26: error: '$x' undeclared (first use in this function); did you mean 'x'?
    6 |         scanf("%d,%d,%d",$x,&y,&z);
      |                          ^~
      |                          x
/in/foo.c:6:26: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:9:9: error: 'else' without a previous 'if'
    9 |         else
      |         ^~~~

信息

递交者
类型
自测
语言
C
递交时间
2025-11-06 22:06:09
评测时间
2025-11-06 22:06:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes