/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
 scanf("%I64d",&n);
                 ^
/in/foo.cc:21:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
 printf("%I64d\n",dfs(n));
                        ^
# 状态 耗时 内存占用
#1 Wrong Answer 68ms 1.145 MiB
#2 Wrong Answer 127ms 1.156 MiB
#3 Wrong Answer 181ms 1.203 MiB
#4 Time Exceeded ≥1001ms ≥1.18 MiB
#5 Wrong Answer 926ms 1.199 MiB

信息

递交者
类型
递交
题目
P1599 货币
语言
C++
递交时间
2019-05-21 16:57:00
评测时间
2019-05-21 16:57:00
评测机
分数
0
总耗时
≥2305ms
峰值内存
≥1.203 MiB