Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:7:15: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
     scanf("%llf %llf %llf",&a,&b,&c);
               ^
/in/foo.c:7:20: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
     scanf("%llf %llf %llf",&a,&b,&c);
                    ^
/in/foo.c:7:25: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
     scanf("%llf %llf %llf",&a,&b,&c);
                         ^
/in/foo.c:12:18: warning: use of 'll' length modifier with 'f' type character has either no effect or undefined behavior [-Wformat=]
     printf("%.0llf",b+(c-1)/2);
                  ^
# 状态 耗时 内存占用
#1 Accepted 1ms 236.0 KiB
#2 Accepted 1ms 232.0 KiB
#3 Wrong Answer 1ms 256.0 KiB
#4 Accepted 1ms 236.0 KiB
#5 Wrong Answer 1ms 208.0 KiB
#6 Accepted 1ms 284.0 KiB
#7 Wrong Answer 1ms 308.0 KiB
#8 Wrong Answer 1ms 256.0 KiB
#9 Accepted 1ms 236.0 KiB
#10 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
P1026 分糖果
语言
C
递交时间
2019-08-03 21:02:33
评测时间
2019-08-03 21:02:33
评测机
分数
60
总耗时
16ms
峰值内存
308.0 KiB