/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:26:41: warning: format '%lf' expects argument of type 'double*', but argument 2 has type 'long double*' [-Wformat=]
   scanf("%lf%lf%lf", &x[i], &y[i], &s[i]);
                                         ^
/in/foo.cc:26:41: warning: format '%lf' expects argument of type 'double*', but argument 3 has type 'long double*' [-Wformat=]
/in/foo.cc:26:41: warning: format '%lf' expects argument of type 'double*', but argument 4 has type 'long double*' [-Wformat=]
/in/foo.cc:46:21: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'long double' [-Wformat=]
  printf("%.2lf", ans);
                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 4.207 MiB
#2 Wrong Answer 2ms 4.219 MiB
#3 Wrong Answer 12ms 4.297 MiB
#4 Wrong Answer 30ms 4.305 MiB
#5 Wrong Answer 38ms 4.309 MiB
#6 Wrong Answer 200ms 8.484 MiB
#7 Wrong Answer 420ms 8.969 MiB
#8 Time Exceeded ≥1001ms ≥7.715 MiB
#9 Wrong Answer 177ms 9.215 MiB
#10 Time Exceeded ≥1004ms ≥9.332 MiB

信息

递交者
类型
递交
题目
P1450 包裹快递
语言
C++
递交时间
2019-07-31 10:34:51
评测时间
2019-07-31 10:34:51
评测机
分数
0
总耗时
≥2891ms
峰值内存
≥9.332 MiB