/ CWOI /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  scanf("%I64d%I64d%I64d%I64d%I64d%I64d",&a1,&b1,&a2,&b2,&L,&R);
                                                              ^
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:43:62: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'll* {aka long long int*}' [-Wformat=]
/in/foo.cc:49:5: warning: unused variable 'gcd_' [-Wunused-variable]
  ll gcd_=exgcd(a_,b_,x0,y0);
     ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 256.0 KiB
#2 Wrong Answer 2ms 212.0 KiB
#3 Wrong Answer 3ms 256.0 KiB
#4 Wrong Answer 5ms 256.0 KiB
#5 Time Exceeded ≥1006ms ≥256.0 KiB
#6 Accepted 3ms 376.0 KiB
#7 Time Exceeded ≥1006ms ≥256.0 KiB
#8 Time Exceeded ≥1003ms ≥256.0 KiB
#9 Wrong Answer 3ms 256.0 KiB
#10 Wrong Answer 101ms 352.0 KiB

信息

递交者
类型
递交
题目
2017.07.10 P1 算术级数
语言
C++
递交时间
2017-07-10 20:45:09
评测时间
2017-07-10 20:45:09
评测机
分数
10
总耗时
≥3143ms
峰值内存
≥376.0 KiB