QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#796948 | #8242. V-Diagram | UESTC_DebugSimulator# | AC ✓ | 70ms | 6276kb | C++20 | 698b | 2024-12-02 12:22:12 | 2024-12-02 12:22:13 |
Judging History
answer
#include<bits/stdc++.h>
using namespace std;
#define N 300010
#define int long long
int n,a[N],x,p,cnt;
double ans;
signed main()
{
ios::sync_with_stdio(false);
cin.tie(0);cout.tie(0);
int T;
cin>>T;
while(T--)
{
cin>>n;
x=ans=0;
for(int i=1;i<=n;i++)
{
cin>>a[i];
x=x+a[i];
}
ans=x*1.0/n;
for(int i=2;i<n;i++)
{
if(a[i]<a[i-1]&&a[i]<a[i+1])
{
p=i;
break;
}
}
x=0;cnt=0;
for(int i=1;i<=p+1;i++)
{
x=x+a[i];
cnt++;
}
ans=max(ans,x*1.0/cnt);
x=0;cnt=0;
for(int i=p-1;i<=n;i++)
{
x=x+a[i];
cnt++;
}
ans=max(ans,x*1.0/cnt);
cout<<setprecision(20)<<ans<<"\n";
}
return 0;
}
这程序好像有点Bug,我给组数据试试?
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3936kb
input:
2 4 8 2 7 10 6 9 6 5 3 4 8
output:
6.75 5.8333333333333330373
result:
ok 2 numbers
Test #2:
score: 0
Accepted
time: 70ms
memory: 3888kb
input:
100000 3 948511478 739365502 813471668 3 881046825 27458122 398507422 3 987554257 399092415 924260278 3 984128569 125199021 716360525 3 529589236 45783262 313507287 3 645443456 85994112 226010681 3 914820717 228360911 572267310 3 418958362 56703604 195276041 3 64461646 26764720 26995581 3 914535039 ...
output:
833782882.66666662693 435670789.66666668653 770302316.66666662693 608562705 296293261.66666668653 319149416.33333331347 571816312.66666662693 223646002.33333334327 39407315.666666664183 383253737.66666668653 734363638.66666662693 779975824.33333337307 490276408.33333331347 574448414 337980292 654961...
result:
ok 100000 numbers
Test #3:
score: 0
Accepted
time: 25ms
memory: 3880kb
input:
10000 4 194123849 79274911 191162487 570110764 86 957917218 915359202 914726017 873273226 867724859 867674150 809652204 805531383 745262007 743835491 727071232 714782071 645394643 639432679 594879540 587173904 583418126 560538589 518721836 469558994 427721766 411582333 404948350 402948978 357228675 ...
output:
258668002.75 527118856.75555557013 495489050.35294115543 525232841.14999997616 472025965.69999998808 546154003.125 543366581.51612901688 254833443.19999998808 428466450.05000001192 502458665.38461536169 564217787.33333337307 479468115.1182795763 466246020.20454543829 570997279.66666662693 537648134....
result:
ok 10000 numbers
Test #4:
score: 0
Accepted
time: 19ms
memory: 3952kb
input:
1000 357 999039850 998470288 997001139 994662646 991895879 986310400 986201443 971759917 969292691 967648767 963962459 963603069 959189978 954532156 936459732 927268934 925199105 918559276 906725073 903024522 891346023 886340039 872105565 871168803 867996002 862017068 851751458 849013653 847967471 8...
output:
493655540.6274510026 515292672.41666668653 498032099.98148149252 481127839.625 526924843.33628320694 488725771.45719176531 533287305.94642859697 438471966.33333331347 536630212.25757575035 560617979.73972606659 489475479.02816903591 484316845.36619716883 535619161.37142854929 557358012.71910107136 5...
result:
ok 1000 numbers
Test #5:
score: 0
Accepted
time: 11ms
memory: 4048kb
input:
100 1152 999672457 998726401 995956848 990786177 990411263 984766135 983346495 982593760 982250360 980153123 975942408 974567443 973232196 970303426 967381747 966555245 966400114 965308448 961378668 960953166 960451796 957742285 957273419 956986267 956737190 956352393 954265694 953272327 952096100 9...
output:
504372755.0291595459 495156421.17748194933 511090599.62176167965 497554816.12431442738 514036973.34556847811 509664056.91205209494 500937804.96366637945 515638734.54323995113 500934821.10958278179 518390767.73920553923 504669526.95818257332 501996849.05928087234 504619908.64697337151 505603904.38435...
result:
ok 100 numbers
Test #6:
score: 0
Accepted
time: 15ms
memory: 4904kb
input:
10 29043 999960631 999958134 999901247 999737433 999520614 999519045 999460207 999379140 999279078 999214335 999048733 998866618 998693991 998649435 998636721 998575997 998542938 998513617 998477418 998422985 998403836 998262102 998124856 998017139 998013085 997959891 997944356 997893923 997524695 9...
output:
497704976.04656606913 500149119.64892214537 499456770.18277037144 500288732.70241785049 505548409.83238637447 502546060.65180182457 500560614.16313028336 502706676.3994987607 500677023.49624586105 505195094.97029703856
result:
ok 10 numbers
Test #7:
score: 0
Accepted
time: 19ms
memory: 6276kb
input:
1 300000 999995409 999991717 999988340 999981078 999978323 999978096 999977575 999967796 999958049 999950023 999927083 999923421 999918905 999916153 999912740 999911175 999907902 999902376 999899096 999889548 999888902 999880881 999878324 999867494 999866296 999864006 999863565 999859765 999841183 9...
output:
499603654.39723861217
result:
ok found '499603654.397238612', expected '499603654.397238612', error '0.000000000'
Extra Test:
score: 0
Extra Test Passed