记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:6:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'double *' [-Wformat=]
   scanf("%d %d %d",&a,&m,&k);
           ^
/in/foo.c:6:14: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'double *' [-Wformat=]
   scanf("%d %d %d",&a,&m,&k);
              ^
/in/foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 4 has type 'double *' [-Wformat=]
   scanf("%d %d %d",&a,&m,&k);
                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 360.0 KiB
#2 Wrong Answer 1ms 332.0 KiB
#3 Wrong Answer 1ms 208.0 KiB
#4 Wrong Answer 1ms 208.0 KiB
#5 Accepted 1ms 204.0 KiB

信息

递交者
类型
递交
题目
P1085 xf1-8交电费
语言
C
递交时间
2023-10-12 20:00:23
评测时间
2023-10-12 20:01:02
评测机
分数
40
总耗时
6ms
峰值内存
360.0 KiB