QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#152400#6423. Fireworksqzez#WA 2ms3880kbC++14898b2023-08-28 07:35:132023-08-28 07:35:13

Judging History

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

  • [2023-08-28 07:35:13]
  • 评测
  • 测评结果:WA
  • 用时:2ms
  • 内存:3880kb
  • [2023-08-28 07:35:13]
  • 提交

answer

#include<bits/stdc++.h>
#define Gc() getchar() 
#define Me(x,y) memset(x,y,sizeof(x))
#define Mc(x,y) memcpy(x,y,sizeof(x))
#define d(x,y) ((m)*(x-1)+(y))
#define R(n) (rnd()%(n)+1)
#define Pc(x) putchar(x)
#define LB lower_bound
#define UB upper_bound
#define fi first
#define se second
using namespace std;using ll=long long;using db=double;using lb=long db;using ui=unsigned;using ull=unsigned long long;using pii=pair<int,int>;using LL=__int128;
const int N=1e6+5,M=3e5+5,K=(1<<15)+5,mod=998244353,Mod=mod-1;const db eps=1e-9;const int INF=1e9+7;mt19937 rnd(time(0));
int n,m,p;
void Solve(){
	int i,j;scanf("%d%d%d",&n,&m,&p);
	db ans=1e18;
	db t=1;
	for(i=1;i<=1e4;i++){
		t=t*(1-p/1e4);
		ans=min(ans,1/(1-t)*(1ll*n*i+m));
	}
	printf("%.9lf\n",ans);
}
int main(){
	int t;
	scanf("%d",&t);
	// t=1;
	while(t--) Solve();
	cerr<<clock()*1.0/CLOCKS_PER_SEC<<'\n';
}

詳細信息

Test #1:

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

input:

3
1 1 5000
1 1 1
1 2 10000

output:

4.000000000
10141.585289115
3.000000000

result:

ok 3 numbers

Test #2:

score: 0
Accepted
time: 2ms
memory: 3716kb

input:

20
10 27 2855
79 59 6888
65 72 7725
78 50 2888
31 21 5759
41 58 6619
47 27 3881
35 55 5095
77 7 6028
17 89 1792
84 60 8604
58 44 4923
88 27 3824
54 63 1482
19 42 5366
93 76 97
100 99 8660
96 36 4343
90 56 9515
24 44 9922

output:

89.729805651
200.348432056
177.346278317
416.839877800
90.293453725
149.569421363
190.672507086
164.601521116
139.349701393
275.133110248
167.364016736
207.190737355
300.732217573
589.058848951
101.877028212
10796.887266905
229.792147806
303.937370481
153.441933789
68.534569643

result:

ok 20 numbers

Test #3:

score: 0
Accepted
time: 1ms
memory: 3832kb

input:

10
954269343 987322500 9806
916720797 981711601 9728
902477101 957414437 9250
967013471 988735825 9674
985383693 926528961 9411
970653208 917703218 9331
998423148 911924940 9283
986159007 902133513 9759
953796828 947934512 9959
995334734 931874197 9944

output:

1980003919.029165983
1951513567.023026228
2010693554.594594240
2021655257.390944719
2031572260.121134758
2023744964.098167419
2057899480.771302462
1934924193.052566528
1909560538.206647396
1938062078.640386105

result:

ok 10 numbers

Test #4:

score: 0
Accepted
time: 1ms
memory: 3772kb

input:

10
933722894 72 9673
975866948 5 9424
910984544 95 9682
994597175 6 9351
972675086 51 9712
952759975 51 9114
956482031 85 9478
921988922 72 9017
950640658 36 9893
965297247 78 9342

output:

965287879.665046930
1035512471.349745274
940905431.728981495
1063626543.685167432
1001518880.766062498
1045380761.465876698
1009160282.760075927
1022500825.108129144
960922565.450318336
1033287652.536929846

result:

ok 10 numbers

Test #5:

score: 0
Accepted
time: 1ms
memory: 3764kb

input:

10
910088095 81 316
970640211 35 537
908853334 41 89
932269507 8 457
953224740 22 113
959834859 69 34
924852390 63 115
952730384 97 382
917634328 91 20
937287266 32 654

output:

28800258734.177249908
18075237355.679714203
102118356741.572814941
20399770568.927806854
84356173628.318756104
282304390588.238708496
80421952434.782928467
24940588507.853397369
458817209499.999572754
14331610061.162076950

result:

ok 10 numbers

Test #6:

score: 0
Accepted
time: 0ms
memory: 3868kb

input:

10
968675373 962412132 104
923494255 934310785 381
922721350 957856460 282
978335370 917228676 825
951116860 942542480 359
999013758 972493824 676
930242700 964474169 342
968944030 984608304 520
965837594 909045242 369
990484700 925952624 479

output:

106669104052.294662476
31076848077.761112213
40771434362.895133972
16579259543.363527298
33660076568.701919556
20209258011.501922607
34581380127.395095825
24798113234.332946777
33145494087.728252411
26925682159.120063782

result:

ok 10 numbers

Test #7:

score: 0
Accepted
time: 1ms
memory: 3760kb

input:

10
22 972733171 975
22 973609752 512
55 987399854 126
49 967364929 642
23 948126474 513
25 962813818 421
93 933323422 113
58 950364131 647
82 991906690 682
31 957667404 402

output:

972736672.681293488
973616306.986935973
987457697.396779418
967376069.315485358
948133283.101613998
962822722.647578955
933426898.317728281
950377057.363343120
991923706.585391641
957678776.965345502

result:

ok 10 numbers

Test #8:

score: 0
Accepted
time: 0ms
memory: 3720kb

input:

10
47 972371220 9743
65 949941115 9400
86 921812690 9736
11 927065494 9182
71 923766617 9378
63 941828720 9029
96 917539847 9084
88 952051332 9499
91 958386812 9427
64 950375055 9887

output:

972371465.901790261
949941549.320472956
921813131.821226120
927065583.858390093
923767096.493966103
941829231.442622662
917540568.647066474
952051875.055215240
958387391.921013832
950375326.495618939

result:

ok 10 numbers

Test #9:

score: 0
Accepted
time: 1ms
memory: 3720kb

input:

10
98 46 9403
99 89 9661
80 62 9450
25 20 9283
68 74 9328
54 14 9286
4 80 9574
35 61 9420
77 47 9943
22 9 9358

output:

153.142614059
194.596832626
150.264550265
48.475708284
152.229845626
73.228516046
87.737622728
101.910828025
124.710851856
33.126736482

result:

ok 10 numbers

Test #10:

score: 0
Accepted
time: 1ms
memory: 3716kb

input:

10
89 77 65
53 41 913
47 67 488
89 13 267
20 60 427
58 72 690
23 60 677
43 38 775
52 68 343
83 61 805

output:

15149.283838239
795.195959679
1340.262610317
3590.647504732
734.463107825
1204.044041799
568.432537047
761.453449762
1986.669558374
1378.158448339

result:

ok 10 numbers

Test #11:

score: -100
Wrong Answer
time: 1ms
memory: 3876kb

input:

20
5 1000000000 4
3 999999979 5
5 1000000000 2
2 999999999 4
3 999999983 1
3 999999984 1
3 999999987 3
3 999999974 1
2 999999998 1
1 999999981 2
4 999999971 4
3 999999992 1
5 999999973 4
4 999999984 4
3 999999972 4
2 999999994 4
2 999999980 5
4 999999970 5
2 999999980 2
4 999999983 4

output:

1018693090.360256553
1006805302.489141107
1156539263.665189981
1018662530.076866865
1581978103.638504744
1581978105.220435381
1052402441.690129519
1581978089.401128531
1581962308.060738564
1156492982.434458971
1018682874.398051500
1581978117.875880718
1018693062.856918335
1018682887.640399456
101867...

result:

wrong answer 1st numbers differ - expected: '1000153595.96685', found: '1018693090.36026', error = '0.01854'