QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#723944 | #2628. Self Study | ModyKachef# | 0 | 30ms | 5412kb | C++23 | 545b | 2024-11-08 04:18:13 | 2024-11-08 04:18:15 |
Judging History
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 = 1e10 , 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: 3584kb
input:
2 1 80304386 1597 1258971 98815137
output:
1258971
result:
wrong answer 1st lines differ - expected: '80304386', found: '1258971'
Subtask #2:
score: 0
Wrong Answer
Test #15:
score: 25
Accepted
time: 0ms
memory: 3544kb
input:
3 3 430074929 299686894 507918575 430074929 299686894 507918575
output:
1015837150
result:
ok single line: '1015837150'
Test #16:
score: 25
Accepted
time: 0ms
memory: 3580kb
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: 3520kb
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: 3824kb
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: 3588kb
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: 3520kb
input:
1 2 277396200 277396200
output:
554792400
result:
ok single line: '554792400'
Test #22:
score: 25
Accepted
time: 0ms
memory: 3520kb
input:
2 9 663859439 355600750 663859439 355600750
output:
3983156634
result:
ok single line: '3983156634'
Test #23:
score: 25
Accepted
time: 30ms
memory: 5412kb
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: 22ms
memory: 4784kb
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: 17ms
memory: 4328kb
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: 14ms
memory: 4164kb
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: 0
Wrong Answer
time: 0ms
memory: 3600kb
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:
10000000000
result:
wrong answer 1st lines differ - expected: '18380352124', found: '10000000000'
Subtask #3:
score: 0
Skipped
Dependency #2:
0%
Subtask #4:
score: 0
Wrong Answer
Test #54:
score: 0
Wrong Answer
time: 11ms
memory: 3796kb
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:
10000000000
result:
wrong answer 1st lines differ - expected: '1649349400858800', found: '10000000000'
Subtask #5:
score: 0
Skipped
Dependency #1:
0%