记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:33:19: warning: 'x2' may be used uninitialized [-Wmaybe-uninitialized]
   33 |             else  printf("%.2f\n,%.2f\n",x1,x2);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:4:14: note: 'x2' was declared here
    4 | {   float x1,x2;
      |              ^~
/in/foo.c:33:19: warning: 'x1' may be used uninitialized [-Wmaybe-uninitialized]
   33 |             else  printf("%.2f\n,%.2f\n",x1,x2);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.c:4:11: note: 'x1' was declared here
    4 | {   float x1,x2;
      |           ^~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 284.0 KiB
#2 Wrong Answer 1ms 348.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2025-11-06 16:56:50
评测时间
2025-11-06 16:56:50
评测机
分数
0
总耗时
2ms
峰值内存
348.0 KiB