Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
     scanf("%I64d%I64d",&a,&b);
                             ^
/in/foo.cc:32:29: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:36:59: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
             for(ll i=1;i<=depth;i++)printf("%I64d ",ans[i]);
                                                           ^
# 状态 耗时 内存占用
#1 Accepted 2ms 1.086 MiB
#2 Accepted 3ms 976.0 KiB
#3 Accepted 3ms 972.0 KiB
#4 Accepted 6ms 1.062 MiB
#5 Accepted 2ms 968.0 KiB
#6 Accepted 19ms 1.062 MiB
#7 Accepted 121ms 1.062 MiB
#8 Accepted 18ms 968.0 KiB
#9 Accepted 12ms 968.0 KiB
#10 Accepted 346ms 1.059 MiB

信息

递交者
类型
递交
题目
「一本通 1.3 练习 1」埃及分数
语言
C++
递交时间
2019-03-17 14:54:36
评测时间
2019-03-17 14:54:36
评测机
分数
100
总耗时
536ms
峰值内存
1.086 MiB