记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:8:20: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
        printf("c%.2f\n",c);
                    ^
/in/foo.c:6:9: warning: 'f' is used uninitialized in this function [-Wuninitialized]
  if(f>=0&&f<=1000)
     ~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 316.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2024-10-26 09:09:57
评测时间
2024-10-26 09:09:57
评测机
分数
0
总耗时
1ms
峰值内存
316.0 KiB