QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#723974#2628. Self StudyModyKachef#25 40ms5480kbC++23545b2024-11-08 05:41:352024-11-08 05:41:35

Judging History

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

  • [2024-11-08 05:41:35]
  • 评测
  • 测评结果:25
  • 用时:40ms
  • 内存:5480kb
  • [2024-11-08 05:41:35]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;
#define int long long 

void doWork(){
	int n , m;
	cin >> n >> m;
	vector<int> a(n) , b(n);
	for (int i = 0 ; i < n;  i++) cin >> a[i];
	for (int i = 0 ; i < n ; i++) cin >> b[i];
	
	int l = 0 , r = 1e15 , md;
	while(l<=r){
		md = (l+r)/2;
		int sum = 0 ;
		for (int i = 0 ; i < n ; i++){
			sum += (md + b[i]-1)/b[i];
		}
		if (sum <= n*m) l = md+1;
		else r = md-1; 
	}
	cout << l-1; 
}

signed main(){
	ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
    doWork();
}

Details

Tip: Click on the bar to expand more detailed information

Subtask #1:

score: 0
Wrong Answer

Test #1:

score: 10
Accepted
time: 0ms
memory: 3588kb

input:

1 1
548641561
724453206

output:

724453206

result:

ok single line: '724453206'

Test #2:

score: 0
Wrong Answer
time: 0ms
memory: 3612kb

input:

2 1
80304386 1597
1258971 98815137

output:

1258971

result:

wrong answer 1st lines differ - expected: '80304386', found: '1258971'

Subtask #2:

score: 25
Accepted

Test #15:

score: 25
Accepted
time: 0ms
memory: 3616kb

input:

3 3
430074929 299686894 507918575
430074929 299686894 507918575

output:

1015837150

result:

ok single line: '1015837150'

Test #16:

score: 25
Accepted
time: 0ms
memory: 3740kb

input:

8 2
838643951 240217016 261207069 66687076 628994327 646228382 585174644 909710002
838643951 240217016 261207069 66687076 628994327 646228382 585174644 909710002

output:

466809532

result:

ok single line: '466809532'

Test #17:

score: 25
Accepted
time: 0ms
memory: 3588kb

input:

5 3
97283122 448906411 242495629 994021326 237073930
97283122 448906411 242495629 994021326 237073930

output:

583698732

result:

ok single line: '583698732'

Test #18:

score: 25
Accepted
time: 0ms
memory: 3776kb

input:

8 9
605252877 430369638 951054166 725102459 957083940 702833150 560462831 778843323
605252877 430369638 951054166 725102459 957083940 702833150 560462831 778843323

output:

5706324996

result:

ok single line: '5706324996'

Test #19:

score: 25
Accepted
time: 0ms
memory: 3608kb

input:

5 6
177261053 471738378 620494299 22899748 431624268
177261053 471738378 620494299 22899748 431624268

output:

503794456

result:

ok single line: '503794456'

Test #20:

score: 25
Accepted
time: 0ms
memory: 3804kb

input:

5 3
210207442 280126392 78641217 947623685 74849413
210207442 280126392 78641217 947623685 74849413

output:

374247065

result:

ok single line: '374247065'

Test #21:

score: 25
Accepted
time: 0ms
memory: 3588kb

input:

1 2
277396200
277396200

output:

554792400

result:

ok single line: '554792400'

Test #22:

score: 25
Accepted
time: 0ms
memory: 3584kb

input:

2 9
663859439 355600750
663859439 355600750

output:

3983156634

result:

ok single line: '3983156634'

Test #23:

score: 25
Accepted
time: 40ms
memory: 5480kb

input:

150000 2
105295735 817188254 945364397 912402231 203758571 794613367 528387081 254379958 377098879 754454786 265063605 399253822 50069142 552324889 687426901 465038712 67694214 627282227 218124305 72659729 829014661 252082800 673784906 429311574 410894912 800771330 865107863 35065584 128252901 35948...

output:

81081684

result:

ok single line: '81081684'

Test #24:

score: 25
Accepted
time: 27ms
memory: 4612kb

input:

100000 3
477721927 368835451 739967201 967746671 348354695 694651745 320318398 425176124 75735246 581329106 338055205 267807461 83980603 539036952 384773331 818445431 534294342 809121868 340460138 731645448 459444180 626832563 389107488 814874553 899637777 802059908 762583175 987018364 142559064 629...

output:

110677572

result:

ok single line: '110677572'

Test #25:

score: 25
Accepted
time: 20ms
memory: 4356kb

input:

75000 4
868250486 799799349 933909985 630919106 33530455 700944860 79525162 834134337 441386423 77353305 511360916 17997903 282872826 198810305 31393333 725207410 711626485 516179318 342711711 32564225 427023013 233428207 509188994 561521037 38936290 784185485 867008799 374585575 125011263 839928624...

output:

47418300

result:

ok single line: '47418300'

Test #26:

score: 25
Accepted
time: 16ms
memory: 4096kb

input:

60000 5
161564185 390907347 426181889 867402696 959889814 958540714 154891379 152599226 105497775 145400383 336544259 797805881 781066373 261096516 642200980 598023441 263758200 974489698 622974811 342002810 360018925 103239418 856523517 873592867 6029039 320181433 389071113 245496447 134675885 6590...

output:

400175093

result:

ok single line: '400175093'

Test #27:

score: 25
Accepted
time: 1ms
memory: 3604kb

input:

600 500
406068791 554338297 164087338 103512 395342101 570279441 294543639 102643657 563673633 827344200 224536735 878783159 849667806 685930945 831952784 583591196 871947668 341243305 865502137 925604982 467471388 337964327 581496974 680683382 180217152 815037215 960839910 215272921 971689310 73290...

output:

18380352124

result:

ok single line: '18380352124'

Test #28:

score: 25
Accepted
time: 0ms
memory: 3808kb

input:

8 37500
995879700 388051689 83290852 679821958 189503537 126482058 183850314 717981325
995879700 388051689 83290852 679821958 189503537 126482058 183850314 717981325

output:

8091956144356

result:

ok single line: '8091956144356'

Test #29:

score: 25
Accepted
time: 0ms
memory: 3536kb

input:

5 60000
395236873 364004629 416840897 545512109 647978992
395236873 364004629 416840897 545512109 647978992

output:

27142497016402

result:

ok single line: '27142497016402'

Test #30:

score: 25
Accepted
time: 0ms
memory: 3524kb

input:

1 300000
1
1

output:

300000

result:

ok single line: '300000'

Test #31:

score: 25
Accepted
time: 0ms
memory: 3820kb

input:

1 300000
1000000000
1000000000

output:

300000000000000

result:

ok single line: '300000000000000'

Test #32:

score: 25
Accepted
time: 1ms
memory: 3896kb

input:

4685 64
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ...

output:

64

result:

ok single line: '64'

Test #33:

score: 25
Accepted
time: 2ms
memory: 3900kb

input:

4685 64
1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 1000000000 100000...

output:

64000000000

result:

ok single line: '64000000000'

Subtask #3:

score: 0
Wrong Answer

Dependency #2:

100%
Accepted

Test #34:

score: 0
Wrong Answer
time: 0ms
memory: 3824kb

input:

3 8
601047763 838215942 318811201
697100290 122519868 465324773

output:

1960317888

result:

wrong answer 1st lines differ - expected: '4879702030', found: '1960317888'

Subtask #4:

score: 0
Wrong Answer

Test #54:

score: 0
Wrong Answer
time: 13ms
memory: 3816kb

input:

46277 26082660
216820392 975920171 670198908 751879346 785464410 137803695 990316039 136082781 508319725 285053836 962754829 189537126 843451157 603648162 288458523 785309345 169328756 469187125 338962865 683500991 389745945 300198265 425154931 243946562 947186175 802786983 215106495 843125200 25944...

output:

1000000000000000

result:

wrong answer 1st lines differ - expected: '1649349400858800', found: '1000000000000000'

Subtask #5:

score: 0
Skipped

Dependency #1:

0%