QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#511759#8321. 季风TheRaptor0 434ms5988kbC++171.9kb2024-08-10 10:39:432024-08-10 10:39:43

Judging History

你现在查看的是最新测评结果

  • [2024-08-10 10:39:43]
  • 评测
  • 测评结果:0
  • 用时:434ms
  • 内存:5988kb
  • [2024-08-10 10:39:43]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
#pragma GCC optimize("O3,unroll-loops")
#pragma GCC target("avx2,bmi,bmi2,popcnt,lzcnt")
long long n,k,x,y,lo,hi,mid1,mid2,j;
long long a1,a2,v1,v2;
pair<long long,long long> arr[100005];
pair<long long,long long> net;
int32_t main(){
	ios::sync_with_stdio(0);
	cin.tie(0);
	int t;
	cin >> t;
	while(t--){
		long long in;
		long long ik,ix,iy;
		cin >> in >> ik >> ix >> iy;
		n=in,k=ik,x=ix,y=iy;
		net={0,0};
		for(int i=0; i<n; i++){
			long long a,b;
			cin >> a >> b;
			arr[i].first=a; arr[i].second=b;
			net.first+=arr[i].first;
			net.second+=arr[i].second;
			if(i) arr[i].first+=arr[i-1].first,arr[i].second+=arr[i-1].second;
		}
		if(x==0&&y==0){
			cout << 0 << '\n';
			continue;
		}
		long long iters[n];
		memset(iters,-1,sizeof(iters));
		for(int i=0; i<n; i++){
			lo=0,hi=1e13;
			while(hi-lo>2){
				mid1=(lo*2ll+hi)/3ll;
				mid2=(lo+hi*2ll)/3ll;
				//cout << lo << ' ' << mid1 << ' ' << mid2 << ' ' << hi << '\n';
				a1=x-(arr[i].first+mid1*net.first),a2=y-(arr[i].second+mid1*net.second);
				if(a1<0) a1=-a1;
				if(a2<0) a2=-a2;
				v1=a1+a2-(i+1+mid1*n)*k;
				if(v1<=0){
					hi=mid2;
					continue;
				}
				a1=x-(arr[i].first+mid2*net.first),a2=y-(arr[i].second+mid2*net.second);
				if(a1<0) a1=-a1;
				if(a2<0) a2=-a2;
				v2=a1+a2-(i+1+mid2*n)*k;
				if(v1<=0&&v2<=0) hi=mid2;
				else if(v2>v1) hi=mid2;
				else lo=mid1;
			}
			for(j=lo; j<=hi; j++){
				a1=x-(arr[i].first+j*net.first),a2=y-(arr[i].second+j*net.second);
				if(a1<0) a1=-a1;
				if(a2<0) a2=-a2;
				v1=a1+a2-(i+1+j*n)*k;
				if(v1<=0){
					iters[i]=j;
					break;
				}
			}
		}
		long long ans=1e18+5;
		for(int i=0; i<n; i++){
			//cout << iters[i] << ' ';
			if(iters[i]!=-1) if(ans>iters[i]*n+i+1) ans=iters[i]*n+i+1;
		}
		if(ans>=(long long)1e18) cout << -1 << '\n';
		else cout << ans << '\n';
	}
}

詳細信息


Pretests


Final Tests

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3632kb

input:

300
1 32286 -66773299 39159226
2655 14568
1 9900506 22484330 26135209
-33930 -9866575
1 669210 -40846340 -58419438
-529764 8866
1 74 -74443560 -78969527
-14 -37
1 473964 -91643319 -21680398
106817 243107
1 8543824 31629618 -37823687
1090776 4153469
1 16 -8109 -8410
-16 0
1 794120 -60084819 -21436725...

output:

2397
7478478859746
135
1227305
914
13
-1
96
4167035231743
1092928
42688085
-1
40791405
1572048766974
54608218
168
3415
13660
1627379244678
53118060
19256086
17049
162101612
168026244
-1
147383845
16356862
158113199
367
19
-1
212
6345684080611
6677
13
56318408
0
-1
5
-1
2994349391581
2119804221205
17...

result:

wrong answer 2nd numbers differ - expected: '48619539', found: '7478478859746'

Test #2:

score: 0
Wrong Answer
time: 1ms
memory: 3640kb

input:

300
1 0 14658671 -17744707
-19 23
1 0 -43777875 2899010
1318511 -388002
1 0 -39267054 -13736220
-19633527 -6868110
1 0 51104805 90132261
1473 -925
1 0 -30105792 20070528
48 -32
1 0 -73521410 -3106528
7939241 3095051
1 0 1934605 -4643052
-5 12
1 0 10981610 -30724102
5490805 -15362051
1 0 -8877616 887...

output:

-1
5404806196501
1044090827696
-1
-1
2507647623472
-1
4865381145175
-1
-1
-1
4094742202712
2727626291889
-1
2642850884925
-1
-1
504450
-1
383792
-1
4497605716053
-1
4520947195346
1346230952918
5094188484900
-1
1527328848177
551573
4631080021457
-1
6936144055770
-1
-1
2248056320070
-1
290386
-1
-1
-1...

result:

wrong answer 2nd numbers differ - expected: '-1', found: '5404806196501'

Test #3:

score: 0
Wrong Answer
time: 1ms
memory: 3708kb

input:

300
1 342739 0 84733186
0 0
1 1 -71236915 69825956
0 0
1 1 96944547 67493888
0 0
1 101010 10720443 27403069
0 0
1 0 -47050862 27820930
0 0
1 299851 -32954036 24041633
0 0
1 22039 16175909 -32970576
0 0
1 54 -92637795 -64306686
0 0
1 65 -42213950 -76922091
0 0
1 48846 0 20220443
0 0
1 4641 0 0
0 0
1 ...

output:

248
141062871
164438435
378
-1
191
2230
2906380
1832863
414
0
-1
21701397
25503860
3505
1570
43
56654328
1699
52308137
7951717
89151814
4773275
-1
243123
2415300186922
-1
69375
216700
6590926381140
114
457
35773753
1749173
-1
5825141
-1
28683350
117459
201508
64575587
323716
16610172
3959091
0
570
3...

result:

wrong answer 26th numbers differ - expected: '13', found: '2415300186922'

Test #4:

score: 0
Wrong Answer
time: 1ms
memory: 3616kb

input:

300
1 491 19238896 24359756
2923207 -8745945
1 28452 -33430186 -3983771
18956 9495
1 1198593 -53848855 -4734461
93056 1105536
1 676 2931070 -9330910
52 -67
1 10 55228984 8970
-5 0
1 765812 2781176 64328480
-208 -223
1 0 -18744011 -35145767
-24 -45
1 251234 23812841 -10427626
-6279 -6797
1 996 -44886...

output:

2371318878024
37413957
58583316
15424
11047591
88
-1
137
103025
69345443
5480530142291
-1
2483730253704
4395
2618894849860
-1
745801269963
3146994520318
537956
149379205
-1
-1
25894733
440611
8990
2045382471287
-1
3593463704048
-1
52207537
60700
420024
19149414
1520803407961
1589782784731
3228687439...

result:

wrong answer 1st numbers differ - expected: '-1', found: '2371318878024'

Test #5:

score: 0
Wrong Answer
time: 3ms
memory: 3620kb

input:

686
4 123 61343816 -81149292
43 62
-26 -93
68 31
-103 0
2 41 5546 -92990467
-40 0
-25 0
6 835927 -25588646 -89091109
644485 191442
677934 157993
398739 437187
762871 73056
776002 59925
553067 282859
2 542128 21060442 -2011
-23932 0
-25454 0
3 1 44172958 49903094
-1 0
-1 0
0 0
1 4491 18010618 -313236...

output:

1202474
10940708
344039265
41
282228156
5805
501513
282
12686985
113472955
115108557
12
17505368
209920957
6502052734451
14432
81544610
14
2489861809534
85768513
0
1396
4156
187149083
19428
17516160808896
6561618
1808
14550525777795
39193857
1078510798011
276
32462
9567271600916
1
862
66898
128
1426...

result:

wrong answer 15th numbers differ - expected: '7', found: '6502052734451'

Test #6:

score: 0
Wrong Answer
time: 4ms
memory: 3552kb

input:

684
7 0 -4659965 65259689
-4659965 -99999977
0 0
0 0
0 0
4659965 99999979
0 0
0 0
1 0 18167938 67528693
18167938 67528693
7 0 -98200220 34188772
-98200220 34188772
-68294507 12668575
-28670964 -87244428
-98971553 90836074
74941179 92402443
10378449 63151034
-11200823 12733866
3 0 -80260647 -12683275...

output:

578408832
5489036948019
7799051362288
-1
17803385078464
-1
4677551320199
-1
15435216736737
17080576413728
2128095
-1
5164366612252
1324125443
306230
-1
8654063249672
-1
58790555813555
-1
2804421
4916882820455
-1
-1
230055022
1403666611087
-1
-1
-1
11968568930321
5316040998777
368563393
3698049186616...

result:

wrong answer 2nd numbers differ - expected: '1', found: '5489036948019'

Test #7:

score: 0
Wrong Answer
time: 3ms
memory: 3712kb

input:

667
6 22320 -47869922 -94574425
-35667 -912623
452472 -751486
42399 685787
-602148 221313
389986 58340
504503 896866
3 568 40479510 -78492210
-218 -454519
249230 -310323
-501776 -456425
4 96 -34634275 -41782650
450066 2475397
-1983097 1089604
-2006742 1395784
394497 -1700181
2 586988 87270830 324220...

output:

-1
18793458321880
5759661413790
239385813
1938779
6492421
-1
15294
25517088191127
10818277
49646093
202281
31128
19864713375237
-1
6053
8224962973171
48575
30174500508011
16678864998410
12309331
-1
-1
8761292295129
2498
-1
464
5990802437916
99423973
-1
-1
2337
-1
303530
205751489
37597620
2632717043...

result:

wrong answer 2nd numbers differ - expected: '-1', found: '18793458321880'

Test #8:

score: 0
Wrong Answer
time: 44ms
memory: 3940kb

input:

5026
7 1536 96224177 3215062
-431 -1063
-930 207
392 -343
-151 -351
190 240
708 -222
1084 -118
2 2007 4875 8961
0 -1006
1282 725
3 74 6255 36271857
2 0
2 0
39 0
4 299644 51336139 54387095
-223835 -75808
-50044 -249599
-36180 -263463
-257793 -41851
5 87337 46515166 83800720
-45698 -41639
-38633 -4870...

output:

69860
6
607804
140964311
651579427
295842
781696
1860552
820363
97878227
875
10669352
113239787
41144
104
929275
4899340
228104447
79
29357925
433986768
1369
12933859
6292206
21473608030277
58638783
19199022
-1
19819244954453
136901931
9566917
3515420
64052003
9896
93383864
5847
1881477
19872258
239...

result:

wrong answer 25th numbers differ - expected: '1', found: '21473608030277'

Test #9:

score: 0
Wrong Answer
time: 59ms
memory: 3876kb

input:

5021
4 0 -12747354 40715188
8473127 -24739598
-4402460 47229129
-63791499 59230380
38500351 -16265125
1 0 13024199 16963243
-2413 -27747
4 0 85556443 48034225
66661568 99999993
18894875 99999991
-19570239 -99999994
-65986204 -99999993
1 0 -64373357 -92003118
3 0
3 0 -57596351 -55622531
-97485 -45744...

output:

18303029748255
-1
202621014
-1
-1
-1
-1
3711545385757
-1
-1
903348426
1017644
14402444933891
-1
-1
-1
-1
30011186808587
32110918442349
-1
-1
-1
-1
131427163
3773967
476267914028
63606
4918116
341309620
-1
269616
307975448
425315146
2758576211019
10649593901609
-1
5270454
-1
411686418
-1
37840064
0
-...

result:

wrong answer 1st numbers differ - expected: '5', found: '18303029748255'

Test #10:

score: 0
Wrong Answer
time: 434ms
memory: 5988kb

input:

50122
5 25999922 8405 55768791
-1508111 -18663017
17765724 618297
-4046292 -11237396
-7742552 -12278384
6308331 3503946
2 204 -78318892 -78082051
582 -858
-620 -1217
2 33912059 -80164190 40071329
-4 -3
4 -3
1 281690 -6253970 14352972
-4363 328
5 11522477 13398456 -59393899
-173 -366
-221 -193
-484 1...

output:

2345734213385
-1
2719791462030
72
16009600090407
29646446
20208
9128183
370292298984
165801675
13185324
21713367186345
5073737
2352419943932
145
-1
5819133715268
3534192
-1
156149623
65428515
614
-1
5694131084652
-1
5130826935930
808046
113618577
23028975
4910201732819
11954730219167
4321693117388
1...

result:

wrong answer 1st numbers differ - expected: '4', found: '2345734213385'