QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#301167 | #4827. Message Made of Noise | daniel14311531 | AC ✓ | 1ms | 3608kb | C++14 | 1.3kb | 2024-01-09 15:36:54 | 2024-01-09 15:36:55 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 10010, BLO = 8;
namespace ENCODE {
int n, a[N];
string s;
void MAIN() {
cin >> s;
cin >> n;
// cerr << s << "\n";
for(int i = 1; i <= n; i++) cin >> a[i];
vector<int> ans;
int cur = 0;
for(int i = 1; i <= n; i++) {
if(a[i] % 27 != s[cur] - 'a') continue;
// cerr << a[i] % 27 << " ";
ans.push_back(a[i]);
if(ans.size() / BLO < 2 * cur + 1) continue;
cur++;
if(cur == s.size()) break;
for(; i <= n; i++) {
if(a[i] % 27 != 26) continue;
ans.push_back(a[i]);
if(ans.size() / BLO < 2 * cur) continue;
break;
}
}
cout << ans.size() << "\n";
for(auto v : ans) cout << v << " ";
}
}
namespace DECODE {
int n, a[N];
void MAIN() {
cin >> n;
for(int i = 1; i <= n; i++) cin >> a[i];
int pre = -1;
for(int i = 1; i <= n; i++) {
int t = a[i] % 27;
if(t == pre) continue;
pre = t;
if(pre < 26) cout << (char)(pre + 'a');
}
cout << "\n";
}
}
int main() {
ios::sync_with_stdio(0); cin.tie(nullptr);
// freopen("D.in", "r", stdin);
// freopen("D.out", "w", stdout);
string op = "";
cin >> op;
// freopen("D.out", "r", stdin);
if(op == "Alisa") {
ENCODE::MAIN();
}
else {
DECODE::MAIN();
}
return 0;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3536kb
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:
72 76365900 774838701 220543227 964868778 539813691 153415449 955107603 675395271 258275276 179902295 4130594 346779845 842027588 102701465 623983796 369712376 160214397 315530115 502406619 338427492 528748224 480491043 432942882 342936384 949999535 957336677 937514546 983995019 301388066 897299801 ...
input:
Eva 35 774838701 220543227 964868778 955107603 675395271 258275276 4130594 102701465 315530115 480491043 432942882 342936384 957336677 937514546 983995019 301388066 694507472 232893711 527481882 194502978 685627335 979825355 550132316 86313140 73011266 194035256 720592595 627893711 837431405 1736399...
output:
spark
result:
ok single line: 'spark'
Test #2:
score: 100
Accepted
time: 1ms
memory: 3564kb
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:
40 562986097 523223494 631726585 423355381 405570886 397922731 761583652 659042782 197449757 926411849 748626704 807465725 512366660 911515517 732656069 371684699 302676845 112856207 988131029 770595269 977307890 58606943 759981569 661979399 941404220 960605081 325432538 255826538 114099866 50013930...
input:
Eva 18 423355381 405570886 397922731 197449757 748626704 911515517 770595269 58606943 759981569 941404220 114099866 500139305 981677933 483857537 601792133 152634524 392209952 821566625
output:
zoo
result:
ok single line: 'zoo'
Test #3:
score: 100
Accepted
time: 1ms
memory: 3516kb
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:
24 912925836 341679249 264617901 744405525 615429576 141387012 955640241 373749363 641753306 558226241 646197614 710380610 397126799 655573904 976589756 421704440 935817670 972485398 27034606 794711728 959707 679680010 182941165 907120396
input:
Eva 12 912925836 264617901 615429576 141387012 955640241 373749363 641753306 397126799 655573904 959707 679680010 182941165
output:
at
result:
ok single line: 'at'
Test #4:
score: 100
Accepted
time: 1ms
memory: 3540kb
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:
24 774836180 933098003 488034647 785795102 892199483 773819009 34188326 435772124 589710131 771890795 42130043 911505473 325085426 212645870 21304079 934054091 382799822 741079940 813095447 37156865 389004773 322603673 658037390 393926927
input:
Eva 16 488034647 785795102 892199483 773819009 435772124 771890795 42130043 212645870 382799822 741079940 813095447 37156865 389004773 322603673 658037390 393926927
output:
if
result:
ok single line: 'if'
Test #5:
score: 100
Accepted
time: 0ms
memory: 3608kb
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:
40 313353796 275112589 979390822 981574825 173214751 71674366 752102743 955994674 161725328 188737154 950948963 500166359 375741476 228342644 283560749 963833822 87633337 429835684 459558796 45484231 883690267 227831593 220893484 406542325 697664150 662773724 136412882 104007833 148967369 448024526 ...
input:
Eva 22 275112589 981574825 173214751 752102743 955994674 188737154 950948963 963833822 459558796 45484231 883690267 227831593 697664150 662773724 136412882 104007833 148967369 624418010 959285873 460668584 91903664 594607349
output:
eel
result:
ok single line: 'eel'
Test #6:
score: 100
Accepted
time: 1ms
memory: 3560kb
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:
40 663421268 149356145 769131641 86882303 614349443 376370012 254059337 372796670 849789899 8679122 65022182 238368986 633303305 272433455 210154661 64098053 213893244 536590008 412308495 823094352 594546480 190843722 160605207 931892796 796378715 186811028 274430942 489079538 619063829 31040441 324...
input:
Eva 20 663421268 769131641 372796670 8679122 65022182 633303305 213893244 536590008 274430942 489079538 619063829 31040441 324492884 993863033 262327834 433395352 921808990 62694316 790185934 951859045
output:
cat
result:
ok single line: 'cat'
Test #7:
score: 100
Accepted
time: 1ms
memory: 3560kb
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:
56 873526805 293645402 296052263 78636977 950791490 456412094 357099506 328981301 593641358 666497240 777537278 640014128 380377889 368834984 813444011 206427824 436811998 981159376 205201624 491841994 383216107 732174988 815291707 658650775 905456528 800052605 743994422 597052808 173244770 46404581...
input:
Eva 33 293645402 78636977 456412094 328981301 777537278 640014128 380377889 368834984 813444011 206427824 981159376 205201624 491841994 732174988 815291707 658650775 905456528 800052605 173244770 764706554 405890028 213910443 664060248 876018941 77633882 88755587 586833686 298425395 100406342 339789...
output:
real
result:
ok single line: 'real'
Test #8:
score: 100
Accepted
time: 0ms
memory: 3532kb
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:
72 841320664 311899723 472733053 601092052 87813088 895758307 756362383 332394748 944701163 48769964 766059686 680773679 542807270 294173072 450712700 632549681 758363762 290365310 885472877 461683388 663926969 983359136 253500158 107807618 335248496 679241186 645469937 469878299 976282739 201052097...
input:
Eva 44 841320664 601092052 87813088 895758307 756362383 48769964 766059686 542807270 294173072 450712700 632549681 758363762 290365310 885472877 461683388 983359136 253500158 645469937 469878299 976282739 244670570 254354449 72477805 628620349 780073690 742022828 52627616 229012730 753487190 4142834...
output:
queue
result:
ok single line: 'queue'
Test #9:
score: 100
Accepted
time: 1ms
memory: 3500kb
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:
88 251563430 624785753 113188430 781043501 709623344 409578554 794232002 671563901 691871921 290397932 888252938 837902258 245798603 554197571 110479652 50322707 263246450 330991124 48720029 590708930 88825640 293537939 949760897 404283056 730599668 253725020 403042607 516397058 917055998 705228713 ...
input:
Eva 39 624785753 113188430 409578554 794232002 671563901 691871921 290397932 837902258 110479652 949760897 404283056 730599668 917055998 705228713 953741816 554310127 299509885 568638136 920816477 208963772 868082824 300604546 826181308 297213886 722465 742944446 241525529 727118990 424307363 209398...
output:
cotton
result:
ok single line: 'cotton'
Test #10:
score: 100
Accepted
time: 1ms
memory: 3596kb
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:
104 527010676 69651412 29641732 561148288 544494850 432483487 156756976 544195906 957278951 346497263 177558344 748198889 847068974 91167659 367657973 831242924 684280552 524703370 535972873 566493106 546078136 645280483 821656039 182595064 683622800 361393811 791140391 943138160 194284763 777850370...
input:
Eva 58 527010676 69651412 561148288 544494850 432483487 544195906 346497263 847068974 91167659 367657973 831242924 684280552 524703370 546078136 645280483 821656039 182595064 791140391 943138160 777850370 524833100 672023573 555272091 382421952 843702210 575860347 216850770 266114106 602992052 19768...
output:
zealous
result:
ok single line: 'zealous'
Test #11:
score: 100
Accepted
time: 1ms
memory: 3536kb
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:
120 189003645 901303578 291423501 626403807 598987656 933934617 342043884 808848774 629373077 986749991 344154149 953349533 19923110 201886856 575469818 891351242 131293944 356284377 236629584 969692139 500419665 975753207 194175918 544664781 915856685 942230285 428535224 526651469 761959088 8166089...
input:
Eva 52 901303578 291423501 342043884 629373077 986749991 953349533 19923110 201886856 969692139 194175918 942230285 633582315 754157754 732850245 947289483 158106707 859277888 996045794 807191518 841492237 710915728 383827085 49224698 11809691 775974221 122463197 185144553 195317667 662177340 365649...
output:
assessee
result:
ok single line: 'assessee'
Test #12:
score: 100
Accepted
time: 1ms
memory: 3484kb
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:
136 565954838 703119428 434750957 947418209 500451893 432816758 983834675 516443561 195175196 706121333 87528059 483228152 357438743 521395973 52236116 302180678 911263107 719292729 432652575 870240603 723865476 213160422 854441607 709379247 303588242 71123237 915579638 91745081 736054883 67219658 4...
input:
Eva 66 703119428 500451893 983834675 516443561 195175196 87528059 357438743 521395973 302180678 432652575 870240603 709379247 71123237 915579638 736054883 496013597 773153925 81859857 522251997 739845024 987390744 885015951 420458325 938380787 845615348 834248915 821765088 433634769 96063165 7293619...
output:
impatient
result:
ok single line: 'impatient'
Test #13:
score: 100
Accepted
time: 1ms
memory: 3556kb
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:
152 971377381 273152656 188051545 193947589 801862039 626584789 338020534 411790177 66176837 361022696 662494544 306274877 787637870 644593814 460240730 338588639 742579448 92393069 922839170 357729062 909565511 995403155 775260491 795925319 59016005 963593441 602005175 71464058 469842416 704317976 ...
input:
Eva 66 273152656 188051545 626584789 787637870 338588639 922839170 357729062 995403155 775260491 963593441 602005175 71464058 538076519 565840958 217149026 593271230 974340914 318246584 702291533 990020636 9026720 63248849 188540027 11610674 38396116 498115072 511745050 60363910 899714249 282636809 ...
output:
bookkeeper
result:
ok single line: 'bookkeeper'
Test #14:
score: 100
Accepted
time: 1ms
memory: 3508kb
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:
168 663145652 55224965 714916559 372912932 373318418 147603953 29296622 748177535 888391529 495356984 207455066 988971956 226896659 324243431 803113919 748778093 261772061 816880019 655217816 700828322 179730320 58290314 703601573 845815298 748112786 996777818 471784013 808243703 345967199 319276079...
input:
Eva 76 663145652 714916559 372912932 147603953 888391529 207455066 988971956 324243431 803113919 748778093 816880019 655217816 58290314 703601573 748112786 996777818 503491166 540765449 972404691 88708569 692213795 797318720 984851486 564887814 45250674 761787098 969211277 666513467 298901870 294450...
output:
copyrighted
result:
ok single line: 'copyrighted'
Test #15:
score: 100
Accepted
time: 0ms
memory: 3604kb
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:
184 193333788 938174688 19472364 98516538 495529236 106681851 12079845 499079115 741577220 406304450 595068173 227714921 675041444 720501857 624845771 339824915 213171064 855745036 295195633 903080113 106260946 829087882 42932905 261914515 494957654 575871470 594878417 6593507 454018418 761358203 76...
input:
Eva 94 938174688 98516538 495529236 106681851 406304450 595068173 720501857 213171064 295195633 903080113 106260946 829087882 42932905 261914515 594878417 761358203 765552248 788333168 570833777 850358216 144036062 659842847 808145396 594162863 56536114 979835809 96953008 677735995 491918431 5090057...
output:
squeezeboxes
result:
ok single line: 'squeezeboxes'
Test #16:
score: 100
Accepted
time: 1ms
memory: 3548kb
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:
200 964476670 747463522 762511270 625716526 435738370 97991401 636860965 153310243 39428666 632080313 59265998 189845612 329768630 707298830 54666062 643391504 982387344 607215324 967973610 646435092 677393400 292595583 341824494 822663255 18550727 26476874 338846921 244885085 602042462 526148216 10...
input:
Eva 100 964476670 747463522 762511270 435738370 97991401 636860965 153310243 39428666 329768630 707298830 607215324 292595583 341824494 822663255 18550727 338846921 244885085 602042462 102894704 509208499 544780648 127763704 378384074 17861849 341602217 527825240 820373291 403959959 353842235 628998...
output:
embarrassment
result:
ok single line: 'embarrassment'
Test #17:
score: 100
Accepted
time: 1ms
memory: 3592kb
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:
216 970248515 741288488 973597730 844515671 971606966 230292941 760005644 733487378 45599732 427710077 627350210 421543385 522702584 848084336 983992022 627404561 967601862 940143429 45308781 973191024 341411382 622802898 509856336 183892545 562133357 160470287 71231993 989792783 141050348 653511158...
input:
Eva 101 741288488 973597730 844515671 971606966 45599732 421543385 848084336 627404561 967601862 940143429 973191024 341411382 183892545 562133357 160470287 989792783 141050348 653511158 649586762 172496384 432239384 592172129 905362271 424053602 581706413 876934948 292148617 513634558 15105721 3524...
output:
facelessnesses
result:
ok single line: 'facelessnesses'
Test #18:
score: 100
Accepted
time: 1ms
memory: 3528kb
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:
232 156497495 263178383 154300235 591652418 184501517 94611308 841599113 263642486 106182764 331375805 703367684 462515021 554542739 476644904 280079774 350665253 248635760 908284235 207497561 659549732 377362688 673475414 544158914 672081377 362442059 539238896 840468446 327285953 858647141 5868414...
input:
Eva 129 156497495 263178383 184501517 106182764 331375805 462515021 476644904 280079774 350665253 908284235 673475414 672081377 539238896 327285953 858647141 586841435 697518834 620685933 13756011 111100353 627092657 951180380 861536951 61553438 738741102 344267646 554514173 252941372 991068803 5111...
output:
oxyphenbutazone
result:
ok single line: 'oxyphenbutazone'
Test #19:
score: 100
Accepted
time: 1ms
memory: 3480kb
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:
232 55151894 143597900 893791172 769439891 383710682 547590908 672084128 172095914 769990211 339308351 965328164 749390750 891738341 780425954 154446128 105748334 927858847 757690618 507185077 674037004 524905582 139259074 766733053 564367837 489836186 79807490 210822965 943475390 227343995 67979125...
input:
Eva 118 893791172 172095914 769990211 339308351 965328164 749390750 780425954 105748334 757690618 507185077 674037004 524905582 139259074 766733053 79807490 943475390 679791257 140116445 785830439 458725628 840909359 14002418 541515566 871850114 216365309 441053747 756340280 488814668 809893769 4428...
output:
uncopyrightable
result:
ok single line: 'uncopyrightable'
Test #20:
score: 100
Accepted
time: 1ms
memory: 3592kb
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:
232 758389557 27688098 720696693 125473161 447485286 900471171 217523046 258176568 393892631 111135347 677914865 26086616 595812995 606068891 726586064 464879789 745527379 526959247 950582659 727809196 371663806 967692910 130161091 853094920 300551984 41987024 325858571 172386764 712847897 856454255...
input:
Eva 113 758389557 217523046 258176568 677914865 606068891 745527379 727809196 371663806 300551984 41987024 712847897 856454255 137779109 704889080 345824264 872612759 786328643 990729791 379911707 514542914 6227414 461931728 79022453 292611596 456245447 124739135 862219214 180856529 511543511 208588...
output:
decommissioning
result:
ok single line: 'decommissioning'
Test #21:
score: 100
Accepted
time: 1ms
memory: 3488kb
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:
232 616488013 289705312 335356291 205670269 872214922 397616671 533774782 866186281 652068953 715099049 414166040 900231002 377748089 320264873 819103643 223591508 918037997 477606086 236536370 662152787 94389497 227803004 252327752 990215747 295885601 590288255 663229349 877840091 728656046 9120344...
input:
Eva 107 335356291 205670269 872214922 397616671 533774782 866186281 652068953 900231002 819103643 918037997 477606086 662152787 990215747 295885601 728656046 912034484 38411239 23050426 50302174 483260863 255181684 34149464 896785910 346537304 859634288 751876212 875484318 158933289 994320197 377391...
output:
kindheartedness
result:
ok single line: 'kindheartedness'
Test #22:
score: 100
Accepted
time: 1ms
memory: 3528kb
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:
232 210304782 431101170 469278711 411274044 979976934 289861632 54920322 790481349 655752887 669939308 840792689 197912537 683397404 19750769 652594319 519584840 937316571 326645799 502069470 319467687 362694957 140172540 459668400 422137131 685366919 560954186 945293732 496242503 309115331 57522660...
input:
Eva 108 210304782 469278711 411274044 289861632 197912537 683397404 19750769 362694957 422137131 560954186 945293732 496242503 309115331 998660258 890028663 726352881 611600910 990731346 892507571 583224488 923649938 491368139 588232745 189892943 811513610 691942058 521171864 662728193 859157108 490...
output:
appropriateness
result:
ok single line: 'appropriateness'