/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:20:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=]
  else printf("%d",mmdemoney*1.2+jjdemoney);
                ^
/in/foo.c:5:16: warning: unused variable 'b' [-Wunused-variable]
  int n,i,m,j=0,b,a;
                ^
/in/foo.c:5:10: warning: unused variable 'm' [-Wunused-variable]
  int n,i,m,j=0,b,a;
          ^
/in/foo.c:5:6: warning: unused variable 'n' [-Wunused-variable]
  int n,i,m,j=0,b,a;
      ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Wrong Answer 2ms 256.0 KiB
#4 Accepted 3ms 256.0 KiB
#5 Wrong Answer 2ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Wrong Answer 2ms 256.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Wrong Answer 2ms 256.0 KiB
#10 Wrong Answer 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1096 津津的储蓄计划
语言
C
递交时间
2018-01-24 19:52:25
评测时间
2018-01-24 19:52:25
评测机
分数
40
总耗时
27ms
峰值内存
256.0 KiB