QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#396094 | #4928. Game With Numbers | Network_Error | 50 | 20ms | 5464kb | C++14 | 839b | 2024-04-22 13:02:12 | 2024-04-22 13:02:13 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define pb push_back
#define pii pair<int,int>
#define piii tuple<int,int,int>
#define mp make_pair
#define mt make_tuple
#define fi first
#define se second
#define deb(var) cerr<<#var<<'='<<(var)<<"; "
#define int long long
int n,m,a[20010],d[200010];
int dfs(int l,int r,int k){
if(l>r)return 0;
if(k>m)return accumulate(a+l,a+r+1,0ll);
int mid=partition(a+l,a+r+1,
[&](int x){return x%d[k]==0;})-a-1;
return k&1?min(dfs(l,mid,k+1),dfs(mid+1,r,k+1))
:max(dfs(l,mid,k+1),dfs(mid+1,r,k+1));
}
void work(){
cin>>n>>m;
for(int i=1;i<=n;i++)cin>>a[i];
for(int i=1;i<=m;i++)cin>>d[i];
if(m>__lg(n)*2)cout<<"0\n";
else cout<<dfs(1,n,1)<<'\n';
}
signed main(){
ios::sync_with_stdio(0),
cin.tie(0),cout.tie(0);
int T=1;while(T--)work();return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Subtask #1:
score: 0
Wrong Answer
Test #1:
score: 3
Accepted
time: 0ms
memory: 3740kb
input:
5 1 -5000111000 -5000222000 -15 5 2 5
output:
-10000333010
result:
ok single line: '-10000333010'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3736kb
input:
1 1 4 4
output:
0
result:
ok single line: '0'
Test #3:
score: -3
Wrong Answer
time: 0ms
memory: 3676kb
input:
1 1 -400000000000000 400000000000000
output:
0
result:
wrong answer 1st lines differ - expected: '-400000000000000', found: '0'
Subtask #2:
score: 6
Accepted
Test #15:
score: 6
Accepted
time: 2ms
memory: 3776kb
input:
20000 2 400000000000000 400000000000000 400000000000000 399999999999999 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 399999999999999 400000000000000 399999999999999 400000000000000 400000000000000 399999999999999 400000000000000 399999999999999 4000...
output:
3948000000000000000
result:
ok single line: '3948000000000000000'
Test #16:
score: 0
Accepted
time: 3ms
memory: 3912kb
input:
20000 2 182534839165186 70298512307304 389011527035061 17719186879755 173234501403065 299252387908755 156279428310107 -53468549407874 231983453347369 185595967982888 169571810287905 -112087920827993 365797541703357 -25349506737522 41239046248334 -148328819397811 80677342299710 50496185442999 3661562...
output:
408111326270709915
result:
ok single line: '408111326270709915'
Test #17:
score: 0
Accepted
time: 2ms
memory: 3828kb
input:
20000 2 218341929058610 113825266508950 121595505352950 -266649636489390 372691257506875 179007493239720 397838524296340 -277455533023185 -94840528158885 217347955859550 28622416443405 87805939966390 354614659862895 195207146310200 -268725390905755 -46296909528395 121209367951465 -367727040846525 33...
output:
0
result:
ok single line: '0'
Test #18:
score: 0
Accepted
time: 2ms
memory: 3848kb
input:
20000 2 395005725351249 208925533233056 370067432849697 -32292841344081 119705875252473 390006267156590 182021792361812 373942452150496 131651909751951 194868764687583 -310709963285496 185234270501602 -201237683305028 347662803738748 -395444715472187 -161459593569143 -364088659843392 207669567395887...
output:
184269549641235344
result:
ok single line: '184269549641235344'
Test #19:
score: 0
Accepted
time: 0ms
memory: 3892kb
input:
20000 2 116652975053630 60104321156340 -96584001368190 -266671454064060 307611122473040 228559133687280 -174863279198680 280205821685540 279981438604220 -158968079945690 142528833962150 101495202175140 370765018135660 372285686790750 175771120431660 -85711229337990 -342487498445017 156470713488120 -...
output:
89404597022232604
result:
ok single line: '89404597022232604'
Test #20:
score: 0
Accepted
time: 2ms
memory: 3848kb
input:
20000 2 231340216652324 256966723495253 55755970208939 18995037562238 40202115515306 205614422465647 198180465653526 352558308489362 130632690026657 136195592925145 376946112957128 363137818059883 35528831434382 216513118579719 270648824719091 190806044676988 279809284882951 28688494358407 184799626...
output:
2003248538023267678
result:
ok single line: '2003248538023267678'
Test #21:
score: 0
Accepted
time: 0ms
memory: 3760kb
input:
20000 3 384932075704620 -220975224710020 -394461881400459 28957402981307 204299530009879 71623823434060 -299465787509940 -220007273108480 -369774774356700 225587136214180 -103750665533375 -218791548517520 28155270728460 -340828350186510 -364760095356115 136719577403944 364648512931666 25141508616892...
output:
0
result:
ok single line: '0'
Test #22:
score: 0
Accepted
time: 3ms
memory: 3852kb
input:
20000 4 -6583097811612 -58132996113366 130226342358498 -302471354703242 218561225027708 -308216597111396 -158340791587048 -216481924427320 100851414823772 212081645535710 -317294934422216 348848551231538 -324839761355052 -244449111635152 258020432603870 236173097232520 84794272197096 67047545335560 ...
output:
0
result:
ok single line: '0'
Test #23:
score: 0
Accepted
time: 3ms
memory: 3888kb
input:
20000 8 298078912603948 78438259347402 140749094444945 -329303347640239 -129306754152072 -61765825553144 -339118683925351 11785340629263 -73607611340821 -33658379101816 140352907902536 -354864194969228 177325478536234 394946827562194 384388252688480 -70456837528868 -21018275840807 -151534523121821 -...
output:
0
result:
ok single line: '0'
Test #24:
score: 0
Accepted
time: 3ms
memory: 3848kb
input:
20000 16 69233061978954 -147966294027817 -240558896442060 -235260974626564 309475160079957 -59619632989203 -301430394786087 -70665682262788 7981361470899 11041937501121 -26367421920759 47625823667303 -200335262669798 -112775977481315 132294088175130 70903670726497 49458889057032 127590004718741 1576...
output:
0
result:
ok single line: '0'
Test #25:
score: 0
Accepted
time: 4ms
memory: 3848kb
input:
20000 25 363763542973680 -167600030582906 310093071175646 59174893357824 -141253067406780 -106893178642260 200037909607513 269961563805391 -338488119879423 296935773743224 -355712832617143 229344879039616 296859239171865 362363795132832 -125615040458625 -33160635035588 -150568599950325 1455276292579...
output:
0
result:
ok single line: '0'
Test #26:
score: 0
Accepted
time: 4ms
memory: 3848kb
input:
20000 26 -207202269203960 125486647242154 -114440821031491 -308313271805157 392235624328519 -242059134204221 -116032237680217 -44838758438362 306957677413745 335159672827209 175228635331150 292758391140605 245200610455267 -171291148751087 -347205586873919 205920413712579 -290725462602981 -3197841873...
output:
0
result:
ok single line: '0'
Test #27:
score: 0
Accepted
time: 4ms
memory: 3896kb
input:
20000 27 -102950314496388 -170242954181831 325697488808674 373907157548787 358156977223878 -163970330431464 -150555164313842 339964384170771 -38733719831206 130486211882370 232363818413455 -337844742482700 -351202196040946 309488201117950 378568785095478 300767678830656 203396092536438 -933468439564...
output:
0
result:
ok single line: '0'
Test #28:
score: 0
Accepted
time: 4ms
memory: 3772kb
input:
20000 28 161234189919365 384243850953888 -247208021002516 168859834943380 -267265759968340 -48567614887402 243891989182845 -361035728922440 346531325710136 247752381082528 -259961906941044 -59648807075984 -350819672848400 114261469499795 105949910153416 -394119559802820 42731394877374 -3469685122366...
output:
0
result:
ok single line: '0'
Test #29:
score: 0
Accepted
time: 2ms
memory: 3824kb
input:
20000 29 -110835120830746 -440481756416 -183813199466049 -186332048450184 336343332178720 -346084064176463 -147344416883340 -130335921123296 79201011424960 -365294202062048 214065685646655 252570960374496 -80660354451310 21311676896162 267703286957376 295833623124608 -381282386710946 -77391934768704...
output:
0
result:
ok single line: '0'
Test #30:
score: 0
Accepted
time: 2ms
memory: 3836kb
input:
20000 30 266221744923087 -43611600265273 197715660404104 376306620678153 346170562670436 -9038934780372 -51518534709510 277019978955390 -306430945477038 336338297580609 -117893377561374 75281340078779 383724780117874 -310751749638981 -13496098232052 143654805315953 1713441642686 36567946984977 11534...
output:
0
result:
ok single line: '0'
Test #31:
score: 0
Accepted
time: 2ms
memory: 3848kb
input:
20000 35 261086357386991 138197557885284 -17326881613642 385446128201589 149037147814718 60076099285437 37723752787200 -340016748082015 165869844792812 -363126041700926 242790410779682 201501530646483 -379175785403283 -24586129293662 352454741604452 379865146705776 -394293994528631 93647101320130 -3...
output:
0
result:
ok single line: '0'
Test #32:
score: 0
Accepted
time: 8ms
memory: 5388kb
input:
20000 200000 -62160073532705 345795118643266 -253830588800748 153905178017232 150846288528027 -132827553787932 -360262917553125 212255454936316 206796234535800 291330296587694 -304767065186252 317589898441176 -181561871905602 202803739416627 197169416257136 -78435599600769 -207999698336907 688175735...
output:
0
result:
ok single line: '0'
Test #33:
score: 0
Accepted
time: 17ms
memory: 5408kb
input:
20000 200000 365874533210795 -265207572641906 173151168807051 -167700906797555 -7789580706653 16652394779118 -4055882403838 163274556289002 211477602137856 -378107263223273 122575447644466 267417364929122 -75506830109442 -98650383772969 -269862229871258 -382958947117952 153404299912456 -214728547263...
output:
0
result:
ok single line: '0'
Test #34:
score: 0
Accepted
time: 8ms
memory: 5392kb
input:
19651 199632 378945851384240 164217582566419 240140963705616 340214768393439 -249041083680633 -120006934048259 -109088861010080 -102422978884408 -109035079501197 236922012652567 343605112657031 194908778119503 -324541985760900 150121607750576 303125888631707 -385533229055240 322529071442948 -2617922...
output:
0
result:
ok single line: '0'
Test #35:
score: 0
Accepted
time: 3ms
memory: 3824kb
input:
20000 20 312654592212559 390198045281335 326146972415621 378615109925141 -48620703531145 49309743411804 -61471419071582 -16089127873796 -162010380075249 295118355630449 252967681771378 -363231309188539 21309896434648 212417713220000 221990473288853 751221578102 147533079485543 252607063228572 377032...
output:
0
result:
ok single line: '0'
Test #36:
score: 0
Accepted
time: 2ms
memory: 3896kb
input:
20000 100 178640832194250 305429961818975 -122765146414498 304985744230453 -357675295326221 218291437129150 -30809451660834 79617580320069 -8596936432994 377870708893883 375337315464631 113358568031661 -289487431555514 -349834333717091 116015450125586 207873941934045 -264312209195762 -21710506680801...
output:
0
result:
ok single line: '0'
Test #37:
score: 0
Accepted
time: 2ms
memory: 3772kb
input:
20000 2 1000000000 999999999 1000000000 999999999 1000000000 1000000000 1000000000 1000000000 999999999 1000000000 999999999 1000000000 999999999 1000000000 999999999 1000000000 999999999 999999999 999999999 999999999 1000000000 1000000000 999999999 1000000000 999999999 999999999 1000000000 10000000...
output:
9913999990086
result:
ok single line: '9913999990086'
Test #38:
score: 0
Accepted
time: 8ms
memory: 5396kb
input:
20000 200000 -172573538337273 -373040111517277 -365593403454271 -176518855235654 289798086353433 -295725807190199 -282751651487499 118004781624485 102682264620464 -352856903650442 152089172937361 -96789358654838 -67594052851217 215417430324530 -106801879490664 2201534438905 -102417426630208 11634811...
output:
0
result:
ok single line: '0'
Test #39:
score: 0
Accepted
time: 2ms
memory: 3764kb
input:
20000 2 399999999999999 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 400000000000000 399999999999999 399999999999999 399999999999999 400000000000000 400000000000000 399999999999999 4000...
output:
3988799999999990028
result:
ok single line: '3988799999999990028'
Subtask #3:
score: 15
Accepted
Dependency #2:
100%
Accepted
Test #40:
score: 15
Accepted
time: 2ms
memory: 3772kb
input:
20000 3 -399999999999999 -399999999999999 -400000000000000 -399999999999999 -400000000000000 -400000000000000 -400000000000000 -399999999999999 -400000000000000 -400000000000000 -400000000000000 -400000000000000 -399999999999999 -399999999999999 -399999999999999 -399999999999999 -399999999999999 -39...
output:
-3991600000000000000
result:
ok single line: '-3991600000000000000'
Test #41:
score: 0
Accepted
time: 3ms
memory: 3832kb
input:
20000 2 304333092650564 278028199241469 -282850416930505 -269754196740969 277591925765328 -14289834504000 -228036937732839 293381288303934 304740642308897 -11858429827200 -111580182444552 -183363104014200 -70473411432600 229282265588477 -339805870093986 365329540585560 40971301615200 38585092423014 ...
output:
3183648825778842
result:
ok single line: '3183648825778842'
Test #42:
score: 0
Accepted
time: 3ms
memory: 3828kb
input:
20000 2 68387181120000 -252762598774950 63092203052400 -259695291834000 332809234002000 -98417199182400 -167568269878350 188451940208400 249120421106400 -346344356786100 332639305801350 -229474191942000 -298942493940000 -356588864848800 -252424125370800 162716834120550 -73355308689600 -2196938193480...
output:
-370067932991329200
result:
ok single line: '-370067932991329200'
Test #43:
score: 0
Accepted
time: 3ms
memory: 3776kb
input:
20000 3 -78361266482829 -180228435429900 -295286987724300 -183374567719200 -200874503275776 -317559259102800 332321400476648 -74992481203662 -108618558005100 350061573071199 179126068226831 -290817005327035 -318352817276395 -163149431573700 -101220993231270 -268601921047702 297844424527650 -17618340...
output:
-13806546045304958
result:
ok single line: '-13806546045304958'
Test #44:
score: 0
Accepted
time: 3ms
memory: 3760kb
input:
20000 3 261214396926978 -144959087012454 -210387721039353 216344925397381 -76496391135230 -21348126074847 -375844836379155 -119248639134944 -208629916077176 -380860719895656 -294254078566701 -289890194430914 -99867748013286 6552871705468 -1661873656872 216571669366360 117379629380013 300310538105721...
output:
-633925516699978657
result:
ok single line: '-633925516699978657'
Test #45:
score: 0
Accepted
time: 3ms
memory: 3768kb
input:
20000 3 -281724422109247 313841693786638 -243498618343071 -315228103279298 -303050773260858 192871703770822 -128796109362480 201347381302846 -100680119110330 -72280060889227 -213019528078522 -233432018240390 -319093350837907 192000461316298 81725108882688 -42754994705664 101468884552820 109914209361...
output:
-927108219843751700
result:
ok single line: '-927108219843751700'
Test #46:
score: 0
Accepted
time: 2ms
memory: 3804kb
input:
16089 2 163220151545916 30280725302184 190085094624756 188066832375864 309107573658120 234011804004336 299057542798464 -24108604093224 -176618424524352 85376569834656 37870175346804 -264984767243844 -220904697834072 87197329750992 -275608969999536 -205718666173896 364661227003128 -267543553107840 35...
output:
0
result:
ok single line: '0'
Test #47:
score: 0
Accepted
time: 3ms
memory: 3768kb
input:
20000 2 312630858611318 -225234588559991 6587566045862 -23761779907047 279126210048870 -291181865986492 -252141410881087 117398294008567 -75299578261459 -121632274093980 -54892459237148 54576587447434 326723932845544 -285299294779421 -241169351543583 -224386089472787 -199670922779578 -29003088110890...
output:
0
result:
ok single line: '0'
Test #48:
score: 0
Accepted
time: 3ms
memory: 3828kb
input:
20000 3 -382592553554064 -174089350029696 348178700059392 -87044675014848 -163243543560792 -69049639323840 91435790366016 -389660449515840 -72936513400040 -163062029216760 150045859169856 120825552092960 174089350029696 244852006880640 87044675014848 190676599974392 -329971869207248 380849310377648 ...
output:
-2349998450968080
result:
ok single line: '-2349998450968080'
Test #49:
score: 0
Accepted
time: 3ms
memory: 3772kb
input:
20000 3 293377114796904 -223087194918576 -255058795043820 -307541636630316 -36272825297646 -38952991715868 -168267404133108 131456430291636 243476031723012 -349545583503288 49583747092500 198232814836296 -324512399737026 -177923666431995 -57834482608692 -257914818876348 366840394489152 3716797682053...
output:
0
result:
ok single line: '0'
Test #50:
score: 0
Accepted
time: 0ms
memory: 3772kb
input:
20000 3 -291673155655950 252078095842800 122526458669700 -380680278969000 -282913862666400 -98145889630050 -1615571582188 -221297927015450 366370126356201 -304702211059650 326692419318850 110442907327550 -217540890883000 5368622976950 228554434800000 142220936782250 -32557506467400 -152464867690400 ...
output:
-129973968344120600
result:
ok single line: '-129973968344120600'
Test #51:
score: 0
Accepted
time: 3ms
memory: 3888kb
input:
20000 3 -72887381213400 -15156294449400 -175275225907200 -328509479095200 -353177083139400 -393725264197215 283950879496312 -350163745663654 341836402287308 356553522678600 123654561427800 284251655854320 46222552888200 -346816112221800 -17512589214000 124919096562000 -84357982781834 -11371366019520...
output:
-286582665006424800
result:
ok single line: '-286582665006424800'
Test #52:
score: 0
Accepted
time: 3ms
memory: 3836kb
input:
20000 2 -188969119282736 -239897648086557 -95083556081332 -30365488951460 74752606465742 68641946547980 393013713761484 -153666421120375 24463892938651 137655103302912 -270638526592874 6280408419375 -360922415286110 168962913149472 -195574863459092 42873993841692 -218675855194056 196881517161576 -12...
output:
23283073202174409
result:
ok single line: '23283073202174409'
Test #53:
score: 0
Accepted
time: 2ms
memory: 3828kb
input:
20000 2 50133134325120 217662946027296 27853723179744 -375331371972480 377409510627072 345224619106752 303037809442368 316187323607232 264163959835776 30947107529184 37202310780096 -73772041424928 231683743781952 -196002568245792 397890999682176 31357370640288 221439348264288 -76066916128896 3720206...
output:
22207970036731507
result:
ok single line: '22207970036731507'
Test #54:
score: 0
Accepted
time: 2ms
memory: 3832kb
input:
20000 2 274544792203374 -88881220319166 72715227827022 285310042475238 38648920703580 -377601397483976 -220477489148286 37939150096128 -204499952787636 -193784156107542 20592663387228 -264243502478538 -10436646225060 180251633849760 368513939590128 16755161049396 220706937060588 12600850585734 22229...
output:
194242242647391226
result:
ok single line: '194242242647391226'
Test #55:
score: 0
Accepted
time: 3ms
memory: 3848kb
input:
20000 4 389421158079360 -14440064432526 224611717784634 -64796111217024 164196419549184 -179619541443356 361655978062830 240841245824256 240124283173038 328392839098368 -328392839098368 -328392839098368 328392839098368 350601586706443 139996848103806 345357774002968 -164196419549184 156232758820218 ...
output:
0
result:
ok single line: '0'
Test #56:
score: 0
Accepted
time: 4ms
memory: 3828kb
input:
20000 20 211086665197380 115547673709440 -239571417658320 -205204285440000 -41040857088000 -142066899475200 106358772523181 -126391338057600 -394799820001020 44403597119070 246245142528000 -135005567795280 -258410800670400 -261886415320800 210616435249920 153903214080000 86963811191460 -250945406779...
output:
0
result:
ok single line: '0'
Test #57:
score: 0
Accepted
time: 4ms
memory: 3760kb
input:
20000 21 293432336415630 -228199348224000 -229003417728000 -276736219828731 372471644160000 -372471644160000 78368363720631 218454219529200 346856846976000 232663946888133 -42648986395467 -148289451065784 -322408726647741 -245750215680000 -270888468480000 337668632064000 -57997146227230 -10477468349...
output:
0
result:
ok single line: '0'
Test #58:
score: 0
Accepted
time: 4ms
memory: 3904kb
input:
20000 26 -334718782451712 285237949022208 -202423342989312 219332104445952 -233629694558208 62362999941120 -14941564473600 -45966059550864 158382440902656 379377818331228 256020598160640 -381712004554752 -355664545007616 -373013421096960 89600709512574 -115456535101440 57056858340660 -33313343844556...
output:
0
result:
ok single line: '0'
Test #59:
score: 0
Accepted
time: 2ms
memory: 3852kb
input:
20000 27 -108320033341440 -188045328384000 145944721686528 -120641298108480 -157148516406096 362331242496000 -144487808709120 199326211706880 -376090656768000 -7934547787776 -390241446948864 24584376655872 317188100620800 -376264638184104 -308085707243520 -21687667605504 -133773038714880 -1275245831...
output:
0
result:
ok single line: '0'
Test #60:
score: 0
Accepted
time: 4ms
memory: 3844kb
input:
20000 28 -214349116454784 221303338177816 14779927595121 116716411378368 -49662885888000 389491693240320 18928152576000 312250064728320 248296263708672 -393531593358437 -66896552263680 258043087715256 -257225228443872 -340427493095184 148197041886168 -140539169595768 -391694148623664 -34637100113577...
output:
0
result:
ok single line: '0'
Test #61:
score: 0
Accepted
time: 2ms
memory: 3772kb
input:
20000 29 255236228802720 116815443437808 -171530448076800 219107713617585 192325961913120 -254511679097010 -252569320486128 -360475154841600 382350003333120 313027595957376 338271975014400 310514168927484 -266002801459200 208984781592081 321789424515840 258665231001600 285294609990388 31254694276608...
output:
0
result:
ok single line: '0'
Test #62:
score: 0
Accepted
time: 2ms
memory: 3848kb
input:
20000 30 -215385480217728 -377685780198336 -145234917457920 -80070314669568 110452931719920 297054936565632 60665900804568 74503337860689 -62475426204480 312620771966976 -241467099170193 30229065765936 312063515688960 -11776426030080 166913426670336 -207217038184704 -16311162481920 -7662273822720 -2...
output:
0
result:
ok single line: '0'
Test #63:
score: 0
Accepted
time: 2ms
memory: 3824kb
input:
20000 35 313150509416448 -137520759177216 227744076321357 46231631953920 -29515344043712 231431681510236 -10567230160896 385248631038728 142564755231488 102446519616512 -249650812551168 -350936582384740 -137373992091648 -79180842663936 -237762678620160 272461940937056 -371632511238144 -5075026182144...
output:
0
result:
ok single line: '0'
Test #64:
score: 0
Accepted
time: 2ms
memory: 3896kb
input:
20000 49 211106232532992 -158460054339584 -176262224609280 54330983972864 -76295799046144 147334558121984 343047627866112 -297899046767616 -369642065362944 -309356851904512 -70368744177664 -351843720888320 -332052511588352 -248591047528448 -101899533034024 -63719754563584 -30987201282048 38158760949...
output:
0
result:
ok single line: '0'
Test #65:
score: 0
Accepted
time: 10ms
memory: 5448kb
input:
20000 200000 -307863255777280 176313776209920 -163154914218838 63359357550592 -367236883677184 -159857792043008 323806174380032 318809175965618 -373833953443840 310886912753664 115255984259072 239523135980928 181951994527744 -137737990569984 255292856074240 227526984435744 -313573318328320 893496184...
output:
0
result:
ok single line: '0'
Test #66:
score: 0
Accepted
time: 13ms
memory: 5388kb
input:
19654 199703 -96480730622016 -278527022796672 -159848537853816 -383844034447776 66589887974400 -234050517308160 -346874800204800 166190349648096 117470779130880 53265378109200 -380513645568000 -323260964087040 -112867380910080 -372595326928184 284339264509440 -350685914375232 -38030201395200 -399539...
output:
0
result:
ok single line: '0'
Test #67:
score: 0
Accepted
time: 13ms
memory: 5356kb
input:
19656 199775 -108803332767744 -190673564939392 92319251053688 -233147669151744 376245577580544 -269149091659776 19568944742400 -126180115173888 -277114441957376 -225194840948736 -275301984632832 228381087822056 -202213061038592 114815333614080 -228565274591232 -327431356638816 132463615283200 -21497...
output:
0
result:
ok single line: '0'
Test #68:
score: 0
Accepted
time: 16ms
memory: 5324kb
input:
19659 199497 313940059804800 -388005786389650 9453301357500 -327134338502400 -313940059804800 14162906300400 120857338532931 353531882761200 -313940059804800 -389067036616687 -313940059804800 -131345746646400 -313940059804800 265738012608936 -103695511748400 196081641756000 -377893120948200 33253104...
output:
0
result:
ok single line: '0'
Test #69:
score: 0
Accepted
time: 13ms
memory: 5328kb
input:
19661 199533 -219144146443776 65950571652300 279262362009600 -276026749747200 -267074704678704 138393789235200 242784760320000 -308874963778560 -98984093091840 -288846176774400 -311672114150400 -220036983643312 -189973108896768 -109624541633280 -233240660904960 200457466675200 254862951552000 130214...
output:
0
result:
ok single line: '0'
Subtask #4:
score: 0
Skipped
Dependency #1:
0%
Subtask #5:
score: 0
Skipped
Dependency #4:
0%
Subtask #6:
score: 0
Skipped
Dependency #5:
0%
Subtask #7:
score: 18
Accepted
Test #151:
score: 18
Accepted
time: 14ms
memory: 5384kb
input:
20000 200000 251159317 887191501 857733752 384683418 134050448 506121340 780905769 276370704 109535211 872899439 556774439 434676879 148563667 12737512 153656019 878376794 609869178 575053645 396025679 379898138 703697683 487484329 551835906 619319386 488957017 16140328 920609560 848562444 895060489...
output:
0
result:
ok single line: '0'
Test #152:
score: 0
Accepted
time: 10ms
memory: 5328kb
input:
20000 200000 724210037 755707641 156547010 555537088 113399702 50600117 805645048 324587396 330469367 155203622 231034879 491203919 381331054 37563945 670593638 955824711 893116900 434333908 269456401 524195082 850761432 962407914 66943416 841193769 216303578 741226345 633703781 428987304 213742097 ...
output:
0
result:
ok single line: '0'
Test #153:
score: 0
Accepted
time: 10ms
memory: 5328kb
input:
20000 200000 374812600 994082310 605134761 684542859 982411551 843412691 291261765 330739292 783372065 282879285 236674945 191231950 205139415 671527412 718556510 298378287 690211050 314845758 727982772 546915798 418003633 440038852 722428850 350395773 313451593 886716447 653810460 441437689 6576444...
output:
0
result:
ok single line: '0'
Test #154:
score: 0
Accepted
time: 3ms
memory: 5360kb
input:
20000 200000 922502763 107609502 103470675 95666571 55541265 612819636 381916150 444880709 795379767 2430890 658581770 555137154 206155831 593685430 200503941 204169478 460090356 547836575 486245188 833131418 548238350 227908135 269796072 956669021 301543110 26102010 813507527 825832865 774750219 93...
output:
0
result:
ok single line: '0'
Subtask #8:
score: 11
Accepted
Test #155:
score: 11
Accepted
time: 20ms
memory: 5464kb
input:
20000 200000 396977329688022 -8423371363214 383571122639006 99712372108087 291078785047968 388310484655305 362117849739665 -120348551555749 26985765506461 192508503736541 185676740370600 -214164742554207 352594619152236 382485504805765 -152156638968634 -12362549868218 381290775270609 -39341784805470...
output:
0
result:
ok single line: '0'
Test #156:
score: 0
Accepted
time: 15ms
memory: 5444kb
input:
20000 200000 -376779492228556 220532202187586 -309688873519988 39881542970776 100767764401490 -235495675902395 -302715275257491 311354496660425 -76644013558600 226644786040675 101791414632449 336066873772337 316747556954027 201556679369344 52360728232444 -102427327186816 273838058513205 -17068539884...
output:
0
result:
ok single line: '0'
Test #157:
score: 0
Accepted
time: 10ms
memory: 5336kb
input:
20000 200000 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -386480064480510 -38648006448051...
output:
0
result:
ok single line: '0'
Subtask #9:
score: 0
Skipped
Dependency #1:
0%