记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:6:19: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  int k,i,fangda,n,b[1000];
                   ^
/in/foo.c:20:7: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(i-1>k)
      ~^~
# 状态 耗时 内存占用
#1 Accepted 0ms 232.0 KiB
#2 Accepted 0ms 236.0 KiB
#3 Wrong Answer 0ms 248.0 KiB
#4 Accepted 0ms 204.0 KiB

信息

递交者
类型
自测
题目
P1305 B. Round Decimal
语言
C
递交时间
2021-12-23 18:38:17
评测时间
2021-12-23 18:38:17
评测机
分数
30
总耗时
3ms
峰值内存
248.0 KiB