/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:60:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&a,&b);
                    ^
/in/foo.cc:60:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:66:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  for (rint i=1;i<=maxd;i++) printf("%d ",ans[i]);
                                                ^
# 状态 耗时 内存占用
#1 Accepted 6ms 1.75 MiB
#2 Accepted 6ms 1.859 MiB
#3 Accepted 7ms 1.871 MiB
#4 Wrong Answer 12ms 1.75 MiB
#5 Accepted 7ms 1.758 MiB
#6 Accepted 24ms 1.875 MiB
#7 Wrong Answer 117ms 1.875 MiB
#8 Wrong Answer 25ms 1.855 MiB
#9 Accepted 19ms 1.836 MiB
#10 Accepted 267ms 1.84 MiB

信息

递交者
类型
递交
题目
P1308 埃及分数
语言
C++
递交时间
2018-01-11 19:10:15
评测时间
2018-01-11 19:10:15
评测机
分数
70
总耗时
493ms
峰值内存
1.875 MiB