记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:22:12: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long int' [-Wformat=]
 printf("%lld %lld %lld",na,nb,nc);
         ~~~^
         %ld
/in/foo.c:22:17: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat=]
 printf("%lld %lld %lld",na,nb,nc);
              ~~~^
              %ld
/in/foo.c:22:22: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'long int' [-Wformat=]
 printf("%lld %lld %lld",na,nb,nc);
                   ~~~^
                   %ld
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 196.0 KiB
#2 Accepted 0ms 192.0 KiB
#3 Accepted 0ms 196.0 KiB
#4 Accepted 0ms 192.0 KiB
#5 Accepted 7ms 196.0 KiB

信息

递交者
类型
递交
题目
2-3 Hanoi游戏的状态
比赛
南师大2018年蓝桥杯热身赛
语言
C
递交时间
2018-12-12 15:28:46
评测时间
2018-12-12 15:28:46
评测机
分数
80
总耗时
10ms
峰值内存
196.0 KiB