QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#294326 | #4827. Message Made of Noise | ucup-team1516# | AC ✓ | 1ms | 3660kb | C++17 | 2.8kb | 2023-12-30 12:11:50 | 2023-12-30 12:11:50 |
Judging History
answer
#pragma GCC optimize("Ofast")
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
mt19937_64 rng(chrono::steady_clock::now().time_since_epoch().count());
ll myRand(ll B) {
return (ll)rng() % B;
}
int main() {
cin.tie(nullptr);
ios::sync_with_stdio(false);
string s; cin >> s;
if (s == "Alisa") {
string str; cin >> str;
int n; cin >> n;
vector<int> x(n);
for (int i = 0; i < n; ++i) {
cin >> x[i];
}
vector<int> y;
int j = 0;
for (int i = 0; i < (int)str.size(); ++i) {
int bit = str[i]-'a'+1;
for (int k = 0; k < 100; ++k) {
while (j < n) {
if (((1<<bit)&x[j]) and x[j]%2 == 0) {
y.push_back(x[j]);
j += 1;
break;
}
j += 1;
}
}
if (i+1 < (int)str.size()) {
for (int k = 0; k < 100; ++k) {
while (j < n) {
if ((1<<0)&x[j]) {
y.push_back(x[j]);
j += 1;
break;
}
j += 1;
}
}
}
}
if (0) {
cout << "Eva" << endl;
vector<int> yy;
for (int i = 0; i < y.size(); ++i) {
if (myRand(1e9)%2 == 0) yy.push_back(y[i]);
}
swap(y, yy);
cout << y.size() << "\n";
for (int i = 0; i < y.size(); ++i) {
if (i) cout << " ";
cout << y[i];
}
cout << "\n";
}
if (1) {
cout << y.size() << "\n";
for (int i = 0; i < y.size(); ++i) {
if (i) cout << " ";
cout << y[i];
}
cout << "\n";
}
}
else {
int n; cin >> n;
vector<int> x(n);
for (int i = 0; i < n; ++i) {
cin >> x[i];
}
string res;
x.push_back(1);
n += 1;
for (int i = 0; i < n;) {
map<int,int> mp;
while (i < n and (x[i]&1) == 0) {
for (int j = 0; j < 30; ++j) {
if ((1LL<<j)&x[i]) mp[j] += 1;
}
i += 1;
}
int mx = 0;
for (int j = 0; j < 30; ++j) {
if (mp[j] > mp[mx]) mx = j;
}
res += (char)('a'+mx-1);
while (i < n and (x[i]&1) == 1) {
i += 1;
}
}
cout << res << endl;
}
}
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3496kb
input:
Alisa spark 10000 833080662 16249270 933346436 811379468 925271783 359705680 76365900 158342757 877083772 38085457 819965104 408973036 16049452 102494634 585189166 986634959 68282709 745375330 964742302 111199534 259074194 357880009 300942070 891323449 763894642 774838701 270621761 288500028 8289322...
output:
900 811379468 76365900 819965104 102494634 745375330 763894642 828932270 829277582 951678264 165495262 278824512 665357270 223222498 789163298 669886 690562340 416891918 438228036 150989386 716916578 582643566 699207528 395899716 521067238 946354888 591119688 316355772 648812300 62904480 206345694 7...
input:
Eva 447 76365900 819965104 102494634 745375330 763894642 828932270 165495262 278824512 223222498 789163298 690562340 416891918 150989386 716916578 582643566 395899716 206345694 248438794 216703396 422061368 64834212 905646984 15369962 296521504 117137904 160257056 139122870 480158812 322673764 76645...
output:
spark
result:
ok single line: 'spark'
Test #2:
score: 100
Accepted
time: 1ms
memory: 3616kb
input:
Alisa zoo 10000 956754604 875535727 764768765 403840087 67159452 949712722 115576737 264236473 212511213 562986097 859669991 893717805 838891893 47770507 416355290 159696911 702519086 615482060 179929327 523223494 166469421 452823317 391263419 32353165 631726585 32531344 424699975 294307421 85611161...
output:
500 67159452 615482060 523223494 335656240 355909202 619942250 246631222 771120908 484848086 236276446 70052126 389311666 234942580 218489576 656479310 86907784 336499010 252627808 109700412 637726900 776884614 646971994 897905332 69767978 755105120 86888478 251439848 507130592 739369120 91772274 36...
input:
Eva 245 67159452 615482060 355909202 619942250 246631222 771120908 218489576 86907784 336499010 109700412 637726900 776884614 897905332 69767978 755105120 86888478 251439848 507130592 368555090 354298076 660332414 528362334 501677496 535828260 760997930 346275402 772973344 761583652 343694112 979460...
output:
zoo
result:
ok single line: 'zoo'
Test #3:
score: 100
Accepted
time: 1ms
memory: 3604kb
input:
Alisa at 10000 310982107 539408279 796963309 809203668 523777662 545413064 979220389 847693910 138708955 656945625 74716593 934751180 481326343 167326361 231049220 522995900 37351748 788253568 916125796 387068110 517465221 271899863 460441305 620026841 944960218 415699339 335393844 48690159 42519562...
output:
300 523777662 847693910 387068110 944960218 42519562 804973866 77632494 282428058 971001458 758425306 112075458 218785710 692356922 353511622 90141686 427600626 238431794 841251102 397896890 789675918 898883458 159082638 610759554 769877954 815381950 71318978 954204846 986813558 278300418 969783006 ...
input:
Eva 148 847693910 387068110 692356922 353511622 90141686 427600626 238431794 841251102 789675918 159082638 610759554 769877954 815381950 71318978 278300418 669397198 377152214 388466282 16194434 802669178 816770714 134337374 83442866 463004950 750851406 828261910 706987390 429262774 956432514 661964...
output:
at
result:
ok single line: 'at'
Test #4:
score: 100
Accepted
time: 1ms
memory: 3576kb
input:
Alisa if 10000 503842924 757491266 141782843 236156593 872816374 282494629 8442020 266993146 431387022 916904904 536726783 139144491 897563232 774836180 933098003 649977536 426446349 179675381 976057133 192994215 912014737 649318938 281784409 433754655 579718136 693929967 122871398 670071564 6931916...
output:
300 757491266 872816374 916904904 897563232 774836180 649977536 649318938 579718136 122871398 670071564 442634974 356268592 243676786 30784144 924790584 43222992 517505794 293304856 180314840 251298334 778713694 78881542 273220384 303526404 710194038 700458618 495727104 799512198 904555116 435772124...
input:
Eva 161 757491266 872816374 649318938 579718136 122871398 442634974 356268592 30784144 924790584 517505794 180314840 303526404 710194038 700458618 495727104 799512198 435772124 652512852 454394394 163610544 3039158 202681294 288230368 496157538 331573192 895082288 355943356 46634694 896329578 529228...
output:
if
result:
ok single line: 'if'
Test #5:
score: 100
Accepted
time: 1ms
memory: 3612kb
input:
Alisa eel 10000 419034977 506627655 360958666 682067714 313353796 431192689 370972316 850816320 352477330 854979535 29434206 87388648 151667551 275112589 276381040 773593631 79329274 524349772 621505949 536647547 733312990 826490666 279158815 667907864 31822931 739964904 109173174 245982571 49308618...
output:
500 87388648 276381040 79329274 826490666 739964904 109173174 493086186 809965280 979390822 326622334 271278582 195482874 389213488 582522528 290302134 2543460 791943096 448591330 911534454 916401530 760601014 797710638 348316196 71674366 696154918 570627878 136458430 779742570 363600162 679913646 1...
input:
Eva 251 87388648 276381040 79329274 739964904 109173174 809965280 979390822 326622334 389213488 911534454 916401530 760601014 797710638 71674366 570627878 136458430 363600162 955994674 316032362 206379068 814884670 511518908 609273270 947010100 766299490 45299050 692058424 541147708 358333286 985573...
output:
eel
result:
ok single line: 'eel'
Test #6:
score: 100
Accepted
time: 1ms
memory: 3508kb
input:
Alisa cat 10000 429813780 552131166 455681195 172400210 186885255 914570530 663421268 36309837 82538846 199527239 779087404 945586459 313674436 774210063 266763546 350462343 300825395 764967849 225852148 348059331 687517865 907327558 175393488 120346637 521382066 657709825 513564198 595042659 958293...
output:
500 552131166 82538846 779087404 266763546 586952698 377506076 664953208 79396446 554068442 59266476 918906 188415308 407792024 910498974 761253468 435863338 363919950 105910396 272524412 376113420 268620824 170924428 50960760 292133244 314203336 157008828 628407630 507193132 394631800 9525660 10581...
input:
Eva 235 779087404 266763546 377506076 188415308 407792024 910498974 761253468 435863338 363919950 376113420 50960760 292133244 628407630 9525660 198972318 211621870 376370012 313654204 212378328 169531944 655540702 856305756 718167932 73397036 959270362 206629260 320968252 300912506 89177690 7987488...
output:
cat
result:
ok single line: 'cat'
Test #7:
score: 100
Accepted
time: 1ms
memory: 3556kb
input:
Alisa real 10000 293521636 162312678 673316503 632028874 710190218 188928780 96341370 555961165 289029081 884342732 350209747 664696652 979603608 961578721 626304467 295252288 164649292 651680084 873526805 958035183 683416223 968734513 278011061 293645402 432614810 140880339 131416445 264789129 7699...
output:
700 293521636 162312678 710190218 96341370 884342732 664696652 651680084 769981838 351717078 713382548 998089968 134063852 699320836 690909586 648888316 770083418 956123816 922123136 997533368 76301382 593443668 293385134 700399798 996048432 524163322 47523130 552937684 930003798 146032666 798239964...
input:
Eva 368 162312678 710190218 96341370 651680084 134063852 770083418 922123136 593443668 524163322 552937684 930003798 628527776 640952392 43456416 662467248 599685212 347404364 172439538 144125264 241125244 236930114 848062154 938843982 85304614 781100976 330244626 362696896 321148462 362799918 28690...
output:
real
result:
ok single line: 'real'
Test #8:
score: 100
Accepted
time: 1ms
memory: 3516kb
input:
Alisa queue 10000 728126608 503051601 532065691 649125958 544642619 764381278 99807076 262423745 184581551 580643211 497976687 957044918 859521736 259842796 62623567 113655749 841320664 634874725 723467845 260164633 827046454 235948513 311899723 949510236 35721445 834116947 179412731 28282810 623612...
output:
900 728126608 764381278 99807076 957044918 859521736 827046454 28282810 623612034 693882290 832028000 989591872 688634618 546448292 624302126 523406426 669998092 986598438 675678452 404469464 185306240 356967696 415230938 192814116 601092052 823286578 816738862 268844882 123962414 991313580 10919185...
input:
Eva 457 728126608 827046454 28282810 623612034 989591872 688634618 624302126 669998092 986598438 675678452 404469464 185306240 356967696 192814116 823286578 109191852 250773388 693073300 634820764 538909188 87813088 386835840 792629434 676047954 102977328 250251678 597895650 618336656 923988046 6927...
output:
queue
result:
ok single line: 'queue'
Test #9:
score: 100
Accepted
time: 1ms
memory: 3568kb
input:
Alisa cotton 10000 767299611 979529394 39913161 316465148 694895023 593011984 513519165 256775663 243632888 431633332 223892604 123184313 731920779 174332419 251563430 741176400 264757675 259841890 770005896 455626677 665021206 586325250 809408942 435300393 279787411 300849439 269112903 624785753 12...
output:
1100 316465148 243632888 223892604 770005896 809408942 788873128 574708202 788062202 113188430 153160058 601941102 806845548 662658824 49837886 626953064 225496412 555128826 409578554 657772698 754104632 750865210 923846252 836290218 599869548 408781962 825175758 73154814 84821562 862380138 67005031...
input:
Eva 558 243632888 223892604 770005896 809408942 788873128 574708202 788062202 153160058 49837886 626953064 555128826 409578554 657772698 836290218 599869548 408781962 825175758 84821562 248249160 281835262 340806634 806949786 20033338 215910190 975619144 364822856 54312174 153112174 119313960 671531...
output:
cotton
result:
ok single line: 'cotton'
Test #10:
score: 100
Accepted
time: 1ms
memory: 3580kb
input:
Alisa zealous 10000 376434163 440125154 36359799 555365557 137615418 418390680 941228977 110954051 329055139 583988117 559131676 132626782 895760470 719530007 512820379 305723222 801475792 62346534 469882058 287661911 705144238 572901668 802362723 837688880 958060440 510581655 720263881 611350316 73...
output:
1300 132626782 895760470 801475792 469882058 611350316 215498818 224311552 898343722 482730476 107301518 527010676 532867638 799320158 474142586 922494166 485442888 69651412 884907214 896405510 261834606 741816184 914957332 750981638 650317606 508656822 245911196 110675268 791195972 799313070 936192...
input:
Eva 664 469882058 215498818 224311552 799320158 485442888 69651412 896405510 914957332 750981638 650317606 508656822 110675268 791195972 100217556 232367682 935519778 84814270 872812034 390661386 479252984 798493446 380764632 624933330 777897512 801743012 921443842 218098794 494288172 386536432 8892...
output:
zealous
result:
ok single line: 'zealous'
Test #11:
score: 100
Accepted
time: 1ms
memory: 3560kb
input:
Alisa assessee 10000 482462411 406338426 451753105 172617988 400471250 928079398 658730375 743529855 457495918 236775269 240125765 65250594 38143537 418720947 501030902 999438611 564408934 190385769 793443047 278651171 7840279 9961946 894345874 313117394 434989606 163661658 177490635 189003645 42853...
output:
1500 406338426 400471250 928079398 457495918 65250594 501030902 564408934 9961946 894345874 313117394 434989606 163661658 42853702 50019094 21452918 609571998 987165626 524083618 778569230 356134762 782072510 901303578 623466958 48033814 287581566 198068786 574356962 796579018 92653806 708741434 814...
input:
Eva 750 400471250 457495918 65250594 564408934 894345874 313117394 42853702 50019094 21452918 609571998 987165626 524083618 778569230 356134762 623466958 48033814 92653806 247810046 258908086 557669594 443955626 182368614 276838394 520592126 58901338 99374254 405393510 652376454 427993358 833593714 ...
output:
assessee
result:
ok single line: 'assessee'
Test #12:
score: 100
Accepted
time: 1ms
memory: 3584kb
input:
Alisa impatient 10000 456107448 565954838 600661924 423359702 440626827 441006466 795197649 443478311 770536535 709684383 92634315 850509440 341841933 416749530 775721850 324152699 710732825 975761495 731172339 389979549 818576792 935707276 703119428 671211209 695131944 227403587 89170727 832476447 ...
output:
1700 600661924 850509440 416749530 775721850 935707276 695131944 11246482 566865598 913696576 832993206 223455200 155303726 90490632 121739832 403210182 253856300 793106258 744501902 164631128 776489624 705665848 906595042 292932372 212220624 254264024 443447060 671975076 20719228 451648156 76122898...
input:
Eva 842 600661924 935707276 11246482 90490632 403210182 253856300 793106258 744501902 164631128 776489624 705665848 212220624 443447060 671975076 20719228 802959268 805467828 615136104 76880692 975010710 573136654 734017450 39950890 523049744 92854796 869107482 405536664 832961492 521365290 43281675...
output:
impatient
result:
ok single line: 'impatient'
Test #13:
score: 100
Accepted
time: 1ms
memory: 3604kb
input:
Alisa bookkeeper 10000 390710414 631530615 963220561 501450406 351277306 602248210 85957489 881562188 450691883 138708871 331455659 745743962 340297641 243932822 682142300 643860072 962255409 429078261 419732560 641785179 681729629 753830142 211789688 516575649 543437870 822918258 88310983 576798802...
output:
1900 390710414 501450406 881562188 243932822 682142300 753830142 543437870 575632476 207098164 311048788 773857542 455454230 755925854 511301926 964577644 610250870 249034334 413623236 915436156 864505126 620365404 851051046 273182854 141678668 23090124 722873380 839551630 411636286 792040844 512635...
input:
Eva 946 390710414 881562188 243932822 753830142 207098164 755925854 511301926 610250870 413623236 915436156 864505126 620365404 851051046 141678668 722873380 839551630 114568556 526234230 502406020 5162982 772328766 580214268 647336900 123521972 535747326 476797612 46235534 983479990 958010958 10017...
output:
bookkeeper
result:
ok single line: 'bookkeeper'
Test #14:
score: 100
Accepted
time: 1ms
memory: 3524kb
input:
Alisa copyrighted 10000 739557444 330252893 964326887 887910648 165070809 903235717 652009792 814643692 630901069 585765565 101206711 559866628 791788710 330613970 309583309 642328357 778635645 120527334 116527570 729858307 563138990 220835202 217041534 894279818 808177617 556013181 774973167 510000...
output:
2100 887910648 814643692 563138990 217041534 894279818 541388348 636946200 164506556 537714476 598284472 2747070 253971064 608323224 674716490 76847134 457043208 912692408 798628906 474977386 129252090 13712234 570621624 551921740 444802122 591480972 256210862 447470984 686360808 924102168 289346702...
input:
Eva 1027 814643692 541388348 636946200 164506556 598284472 2747070 674716490 76847134 457043208 912692408 798628906 129252090 551921740 444802122 591480972 447470984 686360808 924102168 444510332 857487466 748781736 310935050 798024520 927502924 853673146 749285756 393467774 481729020 854533322 1524...
output:
copyrighted
result:
ok single line: 'copyrighted'
Test #15:
score: 100
Accepted
time: 1ms
memory: 3576kb
input:
Alisa squeezeboxes 10000 157094287 809151185 885591341 968810165 943658241 456220129 251205115 963575422 527082156 400831284 639279124 478290197 149013822 155506716 389372449 193333788 390911465 699989485 515969381 745192528 146306211 938174688 227793494 161046218 477570505 9894134 499988384 8103411...
output:
2300 963575422 527082156 639279124 745192528 938174688 161046218 499988384 810341108 533347828 892150770 822964536 675927206 217736152 989788638 611145652 759166806 616414004 733774446 806004442 952634384 82344198 354247660 393973728 996810754 19472364 945377526 617145546 5222380 467364990 374240386...
input:
Eva 1158 527082156 810341108 533347828 892150770 675927206 217736152 989788638 611145652 759166806 616414004 806004442 952634384 354247660 393973728 996810754 945377526 617145546 467364990 374240386 411032100 718186584 626966552 486371170 857684984 554363098 646862924 739788104 127761224 950844748 9...
output:
squeezeboxes
result:
ok single line: 'squeezeboxes'
Test #16:
score: 100
Accepted
time: 1ms
memory: 3592kb
input:
Alisa embarrassment 10000 863907095 50900552 940385214 923016987 195384280 149329830 157040498 699365836 728151611 802183368 964476670 766353465 883068628 140698617 576455081 638837097 462505317 428012304 717738800 611701562 107433485 338374166 40322202 553171030 361969314 458428199 482891314 240678...
output:
2500 940385214 149329830 157040498 964476670 717738800 611701562 361969314 482891314 747463522 762511270 600996322 361382762 625716526 192996002 452968378 717415414 731278432 214054394 990844840 837831342 845272550 387788388 745826238 771240498 387747504 617792120 826893412 661110316 274460846 19229...
input:
Eva 1258 940385214 717738800 611701562 747463522 762511270 600996322 625716526 192996002 452968378 731278432 990844840 837831342 387788388 745826238 771240498 617792120 661110316 274460846 526096826 184744104 589233138 875195768 39428666 623485356 448051384 508678312 189845612 421563242 329768630 34...
output:
embarrassment
result:
ok single line: 'embarrassment'
Test #17:
score: 100
Accepted
time: 1ms
memory: 3524kb
input:
Alisa facelessnesses 10000 358815078 441702436 357306969 876232230 829173472 387236074 319588548 22588795 57315925 261669197 860052977 970248515 700859096 727417383 897121799 236588200 741288488 304680816 973597730 899737234 818651018 844515671 847720011 951605044 907126697 920420424 536760796 74546...
output:
2700 358815078 829173472 387236074 319588548 700859096 304680816 920420424 536760796 19605240 617913038 308996946 949057902 751936844 451864806 228034270 78110294 308303722 45599732 900525392 248221788 220925310 109047272 16753234 305001038 477190124 832165590 675062860 835631058 68655846 799868396 ...
input:
Eva 1361 829173472 387236074 319588548 304680816 536760796 19605240 617913038 308996946 949057902 751936844 451864806 228034270 78110294 308303722 45599732 900525392 248221788 220925310 16753234 477190124 675062860 645293018 51466614 55272414 111000652 154305120 661759206 5224284 405648334 900122208...
output:
facelessnesses
result:
ok single line: 'facelessnesses'
Test #18:
score: 100
Accepted
time: 1ms
memory: 3636kb
input:
Alisa oxyphenbutazone 10000 798496889 591831196 689866887 718516037 939088236 750029536 32504325 524026335 454108713 535099022 19575145 267787878 714460751 824215363 128955594 411401580 370729264 520608037 586051245 545847182 156497495 298980033 263178383 961267578 735195675 768423754 868450776 3886...
output:
2900 591831196 750029536 535099022 128955594 370729264 545847182 961267578 868450776 784846824 250927728 748000104 294224812 972151240 873065828 435738668 17891156 258333682 591652418 636585308 426240018 396199322 681942806 94611308 286827248 465822534 799796362 940164300 769709306 200262840 9963798...
input:
Eva 1442 370729264 545847182 868450776 748000104 294224812 873065828 258333682 681942806 465822534 799796362 15715372 426873066 237084226 240949846 582713348 549378658 250866918 925732368 708964982 501056592 479913906 698137628 219727900 935440374 9673726 353564754 717199198 323852414 546489334 9605...
output:
oxyphenbutazone
result:
ok single line: 'oxyphenbutazone'
Test #19:
score: 100
Accepted
time: 1ms
memory: 3584kb
input:
Alisa uncopyrightable 10000 40150886 763706492 122394813 807704159 536297792 750987557 115171123 810353340 610211761 244154724 969998196 16564183 375564698 574704451 798113067 379418611 35315906 832211290 55151894 916263535 105649044 475634989 856990225 797136254 921316465 143597900 736016212 474798...
output:
2900 40150886 536297792 375564698 670541334 620519062 820982238 221022920 888924720 947734548 62583692 326495862 690917128 205179962 339071434 196776078 820084462 996601596 845903888 490377834 27283396 431772150 938907480 288689942 208812784 280916718 78358458 108142400 527622514 549428654 937518906...
input:
Eva 1476 620519062 221022920 888924720 947734548 690917128 205179962 339071434 196776078 820084462 845903888 490377834 431772150 938907480 208812784 280916718 527622514 937518906 737722958 547590908 976124908 137403944 24440176 116975016 137249674 674154466 779485788 444066768 104071116 713008584 40...
output:
uncopyrightable
result:
ok single line: 'uncopyrightable'
Test #20:
score: 100
Accepted
time: 1ms
memory: 3660kb
input:
Alisa decommissioning 10000 382835686 679002417 815396195 614990250 316953010 510954891 755838644 474793416 636240104 959829812 549408397 315423690 730153926 758389557 768870797 263724012 174045815 452197876 232033487 368630330 17284226 524695595 234115558 27688098 683706858 79961009 751009094 73156...
output:
2900 316953010 755838644 959829812 452197876 368630330 810850136 225040312 440402836 836332662 671528414 699435986 305864924 320779898 900474642 413492338 823693150 23189112 159817552 944773786 482067378 603300054 793312080 400439766 876741342 77970322 606433904 603132574 782973722 37908180 64629740...
input:
Eva 1426 316953010 755838644 959829812 368630330 810850136 440402836 836332662 671528414 305864924 823693150 159817552 482067378 603300054 793312080 876741342 603132574 646297404 258176568 753182418 428363094 947768404 507138616 711354646 114543570 718736436 940851324 926205816 323556114 573743444 4...
output:
decommissioning
result:
ok single line: 'decommissioning'
Test #21:
score: 100
Accepted
time: 1ms
memory: 3516kb
input:
Alisa kindheartedness 10000 184401044 43479672 626522598 125256287 393936792 796090108 623375502 964392055 745191771 685632155 122244894 795113405 154816720 751814796 908762470 986021242 828628967 790557756 662677460 258829873 931275678 435309418 514192615 132684947 462635436 502645052 66049087 6164...
output:
2900 184401044 626522598 393936792 796090108 122244894 751814796 908762470 986021242 435309418 289705312 408192 870080292 330100520 107260788 298958634 546216740 457007072 861407496 473201736 531406076 974346664 463023222 536768392 574102830 541814278 728078342 646916376 653905736 37895186 321809112...
input:
Eva 1480 184401044 626522598 751814796 908762470 986021242 435309418 870080292 107260788 298958634 546216740 861407496 473201736 531406076 574102830 728078342 653905736 37895186 959294452 42318972 618896894 23948568 843524176 398617058 898365570 680630970 633518160 932302318 862369990 222882692 2554...
output:
kindheartedness
result:
ok single line: 'kindheartedness'
Test #22:
score: 100
Accepted
time: 1ms
memory: 3596kb
input:
Alisa appropriateness 10000 330513032 853761192 471913635 973083553 210304782 192323109 93400951 312902092 218527177 220141550 772849545 474554266 236840727 992261006 242750804 48564115 825470066 137963562 557516732 280829723 624831146 479324406 32347115 449750828 375369355 14352941 431101170 936947...
output:
2900 210304782 220141550 474554266 992261006 825470066 137963562 624831146 479324406 431101170 936947858 585431974 160966254 862825626 673008614 381122786 841053982 387567438 252659110 7057526 489327098 46359866 347201102 431786238 26802186 694348166 874490486 77950726 832652454 113269358 515895354 ...
input:
Eva 1431 210304782 825470066 137963562 160966254 862825626 381122786 387567438 7057526 489327098 46359866 431786238 694348166 832652454 113269358 439970110 619208986 679826002 521146034 379327886 110175018 736081118 708401486 306897766 754189602 61825826 581926038 668165170 764097822 39831178 577875...
output:
appropriateness
result:
ok single line: 'appropriateness'