Wrong Answer
/in/foo.c: In function 'main':
/in/foo.c:25:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=]
  if(k==0)printf("%d",y);
                   ^
/in/foo.c:5:10: warning: unused variable 'j' [-Wunused-variable]
  int k,i,j;
          ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1305 B. Round Decimal
 - 比赛
 - 2021年互联网创新创业科技节程序设计大赛
 - 语言
 - C
 - 递交时间
 - 2021-12-23 18:30:40
 - 评测时间
 - 2021-12-23 18:30:40
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 5ms
 - 峰值内存
 - 288.0 KiB