QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#672211#8242. V-DiagramhelloccclAC ✓103ms13392kbC++201.3kb2024-10-24 16:02:132024-10-24 16:02:13

Judging History

你现在查看的是最新测评结果

  • [2024-10-24 16:02:13]
  • 评测
  • 测评结果:AC
  • 用时:103ms
  • 内存:13392kb
  • [2024-10-24 16:02:13]
  • 提交

answer

//ALL IN
//#pragma GCC optimize("Ofast")
//#pragma GCC optimize("Ofast,no-stack-protector,unroll-loops,fast-math")
//#pragma GCC target("sse,sse2,sse3,ssse3,sse4.1,sse4.2,avx,avx2,popcnt,tune=native")
#include<bits/stdc++.h>
using namespace std;
using ll=long long;
#define int long long
#define double long double
const int N=3e5+7;
const int mod=1e9+7;
const int inf=4e18;
mt19937 rnd(time(0));
clock_t start,final;// start=clock(); last=(final-start)*1.0/1000
inline int read(){int x=0,f=1;char ch=getchar();while(ch<'0'||ch>'9'){if(ch=='-')f=-1;ch=getchar();}while(ch>='0'&&ch<='9'){x=x*10+ch-'0',ch=getchar();}return x*f;}
inline void write(int x){if(x<0)putchar('-'),x=-x;if(x>9)write(x/10);putchar(x%10+'0');return;}
double a[N];
double sum[N];
void solve(){
    int n,m=1e10,index=0;
    
    cin>>n;
    for(int i=1;i<=n;i++){
        cin>>a[i];
        sum[i]=sum[i-1]+a[i];
        if(m>a[i]){
            m=a[i];
            index=i;
        }
    }

    double ave=1.0*sum[n]/n;
    ave=max(ave,(a[index-1]+a[index]+a[index+1])/3);
    ave=max(ave,(sum[n]-sum[index-2])/(n-index+2));
    ave=max(ave,(sum[index+1]-sum[0])/(index+1));
    cout<<fixed<<setprecision(10)<<ave<<"\n";
}

signed main(){
    ios::sync_with_stdio(0),cin.tie(0),cout.tie(0);
    int _=1;
    cin>>_;
    while(_--)solve();
}

这程序好像有点Bug,我给组数据试试?

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5948kb

input:

2
4
8 2 7 10
6
9 6 5 3 4 8

output:

6.7500000000
5.8333333333

result:

ok 2 numbers

Test #2:

score: 0
Accepted
time: 103ms
memory: 6016kb

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.6666666667
435670789.6666666667
770302316.6666666667
608562705.0000000000
296293261.6666666667
319149416.3333333333
571816312.6666666667
223646002.3333333333
39407315.6666666667
383253737.6666666667
734363638.6666666667
779975824.3333333333
490276408.3333333333
574448414.0000000000
3379802...

result:

ok 100000 numbers

Test #3:

score: 0
Accepted
time: 48ms
memory: 5968kb

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.7500000000
527118856.7555555555
495489050.3529411765
525232841.1500000000
472025965.7000000000
546154003.1250000000
543366581.5161290322
254833443.2000000000
428466450.0500000000
502458665.3846153846
564217787.3333333333
479468115.1182795699
466246020.2045454546
570997279.6666666667
537648...

result:

ok 10000 numbers

Test #4:

score: 0
Accepted
time: 39ms
memory: 6088kb

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.6274509804
515292672.4166666667
498032099.9814814815
481127839.6250000000
526924843.3362831858
488725771.4571917808
533287305.9464285714
438471966.3333333333
536630212.2575757576
560617979.7397260274
489475479.0281690141
484316845.3661971831
535619161.3714285714
557358012.7191011236
550404...

result:

ok 1000 numbers

Test #5:

score: 0
Accepted
time: 41ms
memory: 6244kb

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.0291595197
495156421.1774819745
511090599.6217616580
497554816.1243144424
514036973.3455684870
509664056.9120521173
500937804.9636663914
515638734.5432399513
500934821.1095827602
518390767.7392055268
504669526.9581825492
501996849.0592808552
504619908.6469733656
505603904.3843594010
500109...

result:

ok 100 numbers

Test #6:

score: 0
Accepted
time: 41ms
memory: 10380kb

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.0465660949
500149119.6489221598
499456770.1827704009
500288732.7024178549
505548409.8323863636
502546060.6518018018
500560614.1631302897
502706676.3994987469
500677023.4962458395
505195094.9702970297

result:

ok 10 numbers

Test #7:

score: 0
Accepted
time: 41ms
memory: 13392kb

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.3972386088

result:

ok found '499603654.397238612', expected '499603654.397238612', error '0.000000000'

Extra Test:

score: 0
Extra Test Passed