QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#379446 | #8511. Greek Casino | ucup-team004# | WA | 9ms | 5484kb | C++20 | 614b | 2024-04-06 17:32:40 | 2024-04-06 17:32:41 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
const int N=100100;
double sum,ans=-1,f[N];
int n,mu[N],a[N];
int main(){
ios::sync_with_stdio(0);cin.tie(0);
cin>>n;
for(int i=1;i<=n;++i){
cin>>a[i];
sum+=a[i];
}
mu[1]=1;
for(int i=1;i<=n;++i){
f[i]+=a[i];
for(int j=i+i;j<=n;j+=i){
mu[j]-=mu[i];
f[j]+=a[i];
}
}
for(int i=1;i<=n;++i){
int t=0;
for(int j=i;j<=n;j+=i)
t+=mu[j/i];
ans+=t*sum/(sum-f[i]);
}
cout<<fixed<<setprecision(10)<<ans<<endl;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3832kb
input:
3 1 1 1
output:
3.5000000000
result:
ok found '3.500000000', expected '3.500000000', error '0.000000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3872kb
input:
3 1 1 2
output:
3.6666666667
result:
ok found '3.666666667', expected '3.666666667', error '0.000000000'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3712kb
input:
1337 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 1 1...
output:
1.0183368290
result:
ok found '1.018336829', expected '1.018336829', error '0.000000000'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3912kb
input:
1337 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861 861...
output:
1.0183368290
result:
ok found '1.018336829', expected '1.018336829', error '0.000000000'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
617 563 870 884 449 280 664 579 166 796 498 462 499 249 972 722 12 819 975 483 313 438 23 964 305 344 166 960 656 735 995 681 759 601 335 602 986 685 609 263 1000 994 932 995 583 15 207 66 743 916 38 46 488 131 821 294 802 100 765 506 20 114 363 79 195 620 986 210 834 739 96 406 217 553 293 250 25 4...
output:
1.0383245811
result:
ok found '1.038324581', expected '1.038324581', error '0.000000000'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3848kb
input:
326 349 627 220 932 201 751 927 927 52 332 277 553 888 833 260 399 164 932 748 424 33 92 612 140 272 642 164 556 507 250 598 503 892 329 600 242 292 441 165 917 692 220 291 397 946 159 962 168 172 69 669 703 945 183 941 290 96 901 482 369 952 200 155 936 426 76 877 376 621 977 269 969 135 849 383 34...
output:
1.0559511334
result:
ok found '1.055951133', expected '1.055951133', error '0.000000000'
Test #7:
score: 0
Accepted
time: 1ms
memory: 3784kb
input:
682 66 313 970 647 716 391 469 763 946 85 847 95 941 423 308 195 936 628 556 806 624 205 628 52 408 920 868 761 101 627 315 670 146 840 82 886 918 40 89 449 404 6 158 161 608 714 352 151 444 26 143 659 827 786 908 281 608 138 119 841 632 12 215 166 707 503 112 16 96 572 997 736 716 603 661 247 921 7...
output:
1.0294097818
result:
ok found '1.029409782', expected '1.029409782', error '0.000000000'
Test #8:
score: 0
Accepted
time: 0ms
memory: 4004kb
input:
7476 642 341 920 309 562 936 963 381 141 343 883 437 578 322 381 173 272 996 190 889 376 207 231 127 916 205 444 371 176 947 803 945 587 889 141 116 207 4 823 317 273 640 208 101 888 614 631 327 998 366 190 327 275 141 601 528 910 169 666 406 905 807 697 562 559 229 489 685 548 522 53 155 243 128 12...
output:
1.0047067804
result:
ok found '1.004706780', expected '1.004706780', error '0.000000000'
Test #9:
score: 0
Accepted
time: 1ms
memory: 3848kb
input:
1850 95 238 160 577 876 399 513 487 605 683 397 956 938 162 171 905 70 400 639 215 956 643 207 858 280 444 506 507 109 2 556 933 144 291 144 326 219 824 781 544 43 381 20 316 41 255 67 458 940 839 867 401 384 140 641 836 439 600 281 861 637 880 688 102 478 694 996 116 172 918 73 653 610 171 797 822 ...
output:
1.0133047662
result:
ok found '1.013304766', expected '1.013304766', error '0.000000000'
Test #10:
score: 0
Accepted
time: 1ms
memory: 3860kb
input:
2015 551 951 327 500 390 59 479 805 199 774 266 32 433 299 407 18 958 407 637 417 73 707 723 240 61 272 623 79 385 853 412 733 446 733 381 306 545 492 386 381 701 227 473 246 921 321 503 441 879 423 934 461 496 119 992 502 181 647 85 465 757 615 340 740 964 456 434 279 345 712 930 199 39 665 99 455 ...
output:
1.0131631376
result:
ok found '1.013163138', expected '1.013163138', error '0.000000000'
Test #11:
score: 0
Accepted
time: 0ms
memory: 4712kb
input:
55766 652 963 239 379 522 881 478 343 788 434 403 104 765 827 746 158 102 309 293 505 998 929 328 340 110 206 908 168 453 635 169 242 66 551 566 358 537 918 465 896 383 849 875 89 500 787 886 67 950 903 328 462 658 654 457 752 13 567 661 490 828 139 967 914 543 74 860 260 792 525 485 583 485 40 340 ...
output:
1.0009041867
result:
ok found '1.000904187', expected '1.000904187', error '0.000000000'
Test #12:
score: 0
Accepted
time: 7ms
memory: 5124kb
input:
79112 879 443 8 695 661 529 639 157 77 672 986 94 896 817 655 115 838 552 807 838 547 671 935 49 923 996 99 335 107 811 738 450 387 422 510 1 628 889 985 47 42 622 215 772 385 382 976 479 904 187 840 435 507 288 312 846 668 688 724 58 674 364 489 127 588 27 890 501 338 160 882 210 574 88 698 615 47 ...
output:
1.0006683468
result:
ok found '1.000668347', expected '1.000668347', error '0.000000000'
Test #13:
score: 0
Accepted
time: 1ms
memory: 4020kb
input:
12890 790 49 192 527 391 736 245 1000 599 704 192 74 2 182 414 652 987 930 40 721 884 939 762 452 968 738 880 267 929 957 792 78 869 550 637 760 288 151 149 989 843 420 81 436 206 578 405 367 625 695 227 784 580 750 935 600 389 362 289 942 414 905 47 588 35 20 149 230 260 974 30 214 214 640 384 691 ...
output:
1.0029824635
result:
ok found '1.002982463', expected '1.002982463', error '0.000000000'
Test #14:
score: 0
Accepted
time: 9ms
memory: 5484kb
input:
100000 559 289 445 745 118 849 723 684 231 79 427 31 871 533 820 808 632 940 610 183 568 952 485 912 443 512 832 535 814 854 672 760 512 685 855 971 928 55 841 217 500 814 264 594 723 416 673 862 615 168 964 837 824 232 382 792 200 534 880 707 860 779 35 705 822 17 393 636 837 480 155 450 768 267 41...
output:
1.0005553737
result:
ok found '1.000555374', expected '1.000555375', error '0.000000001'
Test #15:
score: 0
Accepted
time: 0ms
memory: 3876kb
input:
4 3 3 3 3
output:
3.6666666667
result:
ok found '3.666666667', expected '3.666666667', error '0.000000000'
Test #16:
score: 0
Accepted
time: 0ms
memory: 3828kb
input:
5 615 615 615 615 615
output:
2.3333333333
result:
ok found '2.333333333', expected '2.333333333', error '0.000000000'
Test #17:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
6 10 10 10 10 10 10
output:
2.8000000000
result:
ok found '2.800000000', expected '2.800000000', error '0.000000000'
Test #18:
score: 0
Accepted
time: 0ms
memory: 3860kb
input:
7 855 855 855 855 855 855 855
output:
2.1500000000
result:
ok found '2.150000000', expected '2.150000000', error '0.000000000'
Test #19:
score: 0
Accepted
time: 0ms
memory: 3880kb
input:
8 314 314 314 314 314 314 314 314
output:
2.0476190476
result:
ok found '2.047619048', expected '2.047619048', error '0.000000000'
Test #20:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
9 822 822 822 822 822 822 822 822 822
output:
1.8500000000
result:
ok found '1.850000000', expected '1.850000000', error '0.000000000'
Test #21:
score: 0
Accepted
time: 0ms
memory: 3840kb
input:
10 612 612 612 612 612 612 612 612 612 612
output:
1.8174603175
result:
ok found '1.817460317', expected '1.817460317', error '0.000000000'
Test #22:
score: 0
Accepted
time: 0ms
memory: 3824kb
input:
12 144 144 144 144 144 144 144 144 144 144 144 144
output:
1.8181818182
result:
ok found '1.818181818', expected '1.818181818', error '0.000000000'
Test #23:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
24 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698 698
output:
1.4181927150
result:
ok found '1.418192715', expected '1.418192715', error '0.000000000'
Test #24:
score: 0
Accepted
time: 0ms
memory: 3876kb
input:
36 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661 661
output:
1.3002546473
result:
ok found '1.300254647', expected '1.300254647', error '0.000000000'
Test #25:
score: 0
Accepted
time: 0ms
memory: 3780kb
input:
48 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230 230
output:
1.2372513572
result:
ok found '1.237251357', expected '1.237251357', error '0.000000000'
Test #26:
score: 0
Accepted
time: 0ms
memory: 3684kb
input:
60 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121 121
output:
1.2023287091
result:
ok found '1.202328709', expected '1.202328709', error '0.000000000'
Test #27:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
120 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 571 ...
output:
1.1183647089
result:
ok found '1.118364709', expected '1.118364709', error '0.000000000'
Test #28:
score: 0
Accepted
time: 0ms
memory: 3880kb
input:
180 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23...
output:
1.0865632413
result:
ok found '1.086563241', expected '1.086563241', error '0.000000000'
Test #29:
score: 0
Accepted
time: 0ms
memory: 3844kb
input:
240 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 330 ...
output:
1.0696255145
result:
ok found '1.069625514', expected '1.069625514', error '0.000000000'
Test #30:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
360 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 313 ...
output:
1.0508948866
result:
ok found '1.050894887', expected '1.050894887', error '0.000000000'
Test #31:
score: 0
Accepted
time: 0ms
memory: 3868kb
input:
720 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 999 ...
output:
1.0298032171
result:
ok found '1.029803217', expected '1.029803217', error '0.000000000'
Test #32:
score: 0
Accepted
time: 0ms
memory: 3788kb
input:
840 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 331 ...
output:
1.0264734809
result:
ok found '1.026473481', expected '1.026473481', error '0.000000000'
Test #33:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
924 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 665 ...
output:
1.0245280886
result:
ok found '1.024528089', expected '1.024528089', error '0.000000000'
Test #34:
score: 0
Accepted
time: 0ms
memory: 3808kb
input:
1260 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363 363...
output:
1.0192708921
result:
ok found '1.019270892', expected '1.019270892', error '0.000000000'
Test #35:
score: 0
Accepted
time: 1ms
memory: 3952kb
input:
1606 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906 906...
output:
1.0158633058
result:
ok found '1.015863306', expected '1.015863306', error '0.000000000'
Test #36:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
1680 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226 226...
output:
1.0153564242
result:
ok found '1.015356424', expected '1.015356424', error '0.000000000'
Test #37:
score: 0
Accepted
time: 1ms
memory: 3912kb
input:
2520 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633 633...
output:
1.0111290590
result:
ok found '1.011129059', expected '1.011129059', error '0.000000000'
Test #38:
score: 0
Accepted
time: 1ms
memory: 3952kb
input:
2623 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361 361...
output:
1.0107572224
result:
ok found '1.010757222', expected '1.010757222', error '0.000000000'
Test #39:
score: 0
Accepted
time: 1ms
memory: 3984kb
input:
3892 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876 876...
output:
1.0078441136
result:
ok found '1.007844114', expected '1.007844114', error '0.000000000'
Test #40:
score: 0
Accepted
time: 1ms
memory: 3912kb
input:
4967 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632 632...
output:
1.0064488879
result:
ok found '1.006448888', expected '1.006448888', error '0.000000000'
Test #41:
score: 0
Accepted
time: 1ms
memory: 3920kb
input:
5040 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544 544...
output:
1.0063814409
result:
ok found '1.006381441', expected '1.006381441', error '0.000000000'
Test #42:
score: 0
Accepted
time: 1ms
memory: 3928kb
input:
5347 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465 465...
output:
1.0060769723
result:
ok found '1.006076972', expected '1.006076972', error '0.000000000'
Test #43:
score: 0
Accepted
time: 1ms
memory: 3928kb
input:
6246 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377...
output:
1.0053598917
result:
ok found '1.005359892', expected '1.005359892', error '0.000000000'
Test #44:
score: 0
Accepted
time: 1ms
memory: 3960kb
input:
7345 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845 845...
output:
1.0046981386
result:
ok found '1.004698139', expected '1.004698139', error '0.000000000'
Test #45:
score: 0
Accepted
time: 1ms
memory: 3948kb
input:
7560 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216 216...
output:
1.0045918034
result:
ok found '1.004591803', expected '1.004591803', error '0.000000000'
Test #46:
score: 0
Accepted
time: 1ms
memory: 3960kb
input:
8271 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878 878...
output:
1.0042645392
result:
ok found '1.004264539', expected '1.004264539', error '0.000000000'
Test #47:
score: 0
Accepted
time: 0ms
memory: 3992kb
input:
9565 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915 915...
output:
1.0037868365
result:
ok found '1.003786837', expected '1.003786837', error '0.000000000'
Test #48:
score: 0
Accepted
time: 1ms
memory: 4072kb
input:
10080 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 120 12...
output:
1.0036318236
result:
ok found '1.003631824', expected '1.003631824', error '0.000000000'
Test #49:
score: 0
Accepted
time: 1ms
memory: 4060kb
input:
10963 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 530 53...
output:
1.0033888277
result:
ok found '1.003388828', expected '1.003388828', error '0.000000000'
Test #50:
score: 0
Accepted
time: 1ms
memory: 4088kb
input:
11149 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 718 71...
output:
1.0033405043
result:
ok found '1.003340504', expected '1.003340504', error '0.000000000'
Test #51:
score: 0
Accepted
time: 1ms
memory: 4024kb
input:
12953 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 97 ...
output:
1.0029545883
result:
ok found '1.002954588', expected '1.002954588', error '0.000000000'
Test #52:
score: 0
Accepted
time: 1ms
memory: 4104kb
input:
13679 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 370 37...
output:
1.0028242885
result:
ok found '1.002824289', expected '1.002824289', error '0.000000000'
Test #53:
score: 0
Accepted
time: 1ms
memory: 4056kb
input:
14388 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 727 72...
output:
1.0027103238
result:
ok found '1.002710324', expected '1.002710324', error '0.000000000'
Test #54:
score: 0
Accepted
time: 1ms
memory: 4064kb
input:
15120 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 ...
output:
1.0026023826
result:
ok found '1.002602383', expected '1.002602383', error '0.000000000'
Test #55:
score: 0
Accepted
time: 1ms
memory: 4152kb
input:
15562 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 553 55...
output:
1.0025404902
result:
ok found '1.002540490', expected '1.002540490', error '0.000000000'
Test #56:
score: 0
Accepted
time: 2ms
memory: 3948kb
input:
16863 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 292 29...
output:
1.0023775594
result:
ok found '1.002377559', expected '1.002377559', error '0.000000000'
Test #57:
score: 0
Accepted
time: 2ms
memory: 4192kb
input:
17967 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 183 18...
output:
1.0022562890
result:
ok found '1.002256289', expected '1.002256289', error '0.000000000'
Test #58:
score: 0
Accepted
time: 2ms
memory: 4076kb
input:
18565 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 160 16...
output:
1.0021963477
result:
ok found '1.002196348', expected '1.002196348', error '0.000000000'
Test #59:
score: 0
Accepted
time: 2ms
memory: 4200kb
input:
19721 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 490 49...
output:
1.0020889633
result:
ok found '1.002088963', expected '1.002088963', error '0.000000000'
Test #60:
score: 0
Accepted
time: 2ms
memory: 4224kb
input:
20160 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 214 21...
output:
1.0020520449
result:
ok found '1.002052045', expected '1.002052045', error '0.000000000'
Test #61:
score: 0
Accepted
time: 2ms
memory: 4152kb
input:
20747 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 919 91...
output:
1.0020026007
result:
ok found '1.002002601', expected '1.002002601', error '0.000000000'
Test #62:
score: 0
Accepted
time: 2ms
memory: 4024kb
input:
21620 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 42 ...
output:
1.0019357335
result:
ok found '1.001935734', expected '1.001935734', error '0.000000001'
Test #63:
score: 0
Accepted
time: 2ms
memory: 4244kb
input:
22802 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 223 22...
output:
1.0018526086
result:
ok found '1.001852609', expected '1.001852609', error '0.000000000'
Test #64:
score: 0
Accepted
time: 3ms
memory: 4192kb
input:
23010 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 659 65...
output:
1.0018384385
result:
ok found '1.001838439', expected '1.001838439', error '0.000000000'
Test #65:
score: 0
Accepted
time: 2ms
memory: 4216kb
input:
24681 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 396 39...
output:
1.0017341643
result:
ok found '1.001734164', expected '1.001734164', error '0.000000000'
Test #66:
score: 0
Accepted
time: 2ms
memory: 4228kb
input:
25200 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 19...
output:
1.0017052054
result:
ok found '1.001705205', expected '1.001705205', error '0.000000000'
Test #67:
score: 0
Accepted
time: 2ms
memory: 4336kb
input:
25822 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 482 48...
output:
1.0016702000
result:
ok found '1.001670200', expected '1.001670199', error '0.000000001'
Test #68:
score: 0
Accepted
time: 2ms
memory: 4260kb
input:
26908 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 796 79...
output:
1.0016138686
result:
ok found '1.001613869', expected '1.001613869', error '0.000000000'
Test #69:
score: 0
Accepted
time: 2ms
memory: 4248kb
input:
27327 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 105 10...
output:
1.0015933955
result:
ok found '1.001593396', expected '1.001593396', error '0.000000000'
Test #70:
score: 0
Accepted
time: 0ms
memory: 4316kb
input:
27720 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 854 85...
output:
1.0015751236
result:
ok found '1.001575124', expected '1.001575124', error '0.000000000'
Test #71:
score: 0
Accepted
time: 0ms
memory: 4336kb
input:
28568 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 351 35...
output:
1.0015358791
result:
ok found '1.001535879', expected '1.001535879', error '0.000000000'
Test #72:
score: 0
Accepted
time: 0ms
memory: 4340kb
input:
29192 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 858 85...
output:
1.0015081784
result:
ok found '1.001508178', expected '1.001508179', error '0.000000000'
Test #73:
score: 0
Accepted
time: 0ms
memory: 4348kb
input:
30331 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 489 48...
output:
1.0014608055
result:
ok found '1.001460806', expected '1.001460805', error '0.000000001'
Test #74:
score: 0
Accepted
time: 3ms
memory: 4380kb
input:
31690 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 503 50...
output:
1.0014084985
result:
ok found '1.001408499', expected '1.001408499', error '0.000000000'
Test #75:
score: 0
Accepted
time: 0ms
memory: 4412kb
input:
32276 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 739 73...
output:
1.0013869825
result:
ok found '1.001386982', expected '1.001386983', error '0.000000001'
Test #76:
score: 0
Accepted
time: 3ms
memory: 4348kb
input:
33301 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 ...
output:
1.0013514114
result:
ok found '1.001351411', expected '1.001351411', error '0.000000000'
Test #77:
score: 0
Accepted
time: 3ms
memory: 4392kb
input:
34886 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 488 48...
output:
1.0012998808
result:
ok found '1.001299881', expected '1.001299882', error '0.000000001'
Test #78:
score: 0
Accepted
time: 3ms
memory: 4432kb
input:
35090 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 429 42...
output:
1.0012933494
result:
ok found '1.001293349', expected '1.001293349', error '0.000000000'
Test #79:
score: 0
Accepted
time: 3ms
memory: 4236kb
input:
36240 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 941 94...
output:
1.0012590999
result:
ok found '1.001259100', expected '1.001259101', error '0.000000001'
Test #80:
score: -100
Wrong Answer
time: 0ms
memory: 4468kb
input:
37714 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 460 46...
output:
1.0012176820
result:
wrong answer 1st numbers differ - expected: '1.0012177', found: '1.0012177', error = '0.0000000'