QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#761792#5304. Money Games1ameseWA 5ms4008kbC++20431b2024-11-19 10:18:352024-11-19 10:18:37

Judging History

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

  • [2024-11-19 10:18:37]
  • 评测
  • 测评结果:WA
  • 用时:5ms
  • 内存:4008kb
  • [2024-11-19 10:18:35]
  • 提交

answer

#include <bits/stdc++.h>
using namespace std;

int main() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr);

	int n;
	cin >> n;

	vector<double> a(n);
	for (int i = 0; i < n; i++)
		cin >> a[i];

	double sum = accumulate(a.begin(), a.end(), 0);
	cout << fixed << setprecision(8) << sum / (n + 1) * 2 << " ";
	for (int i = 1; i < n; i++)
		cout << fixed << setprecision(8) << sum / (n + 1) << " \n"[i == n - 1];
}

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3768kb

input:

2
4 2

output:

4.00000000 2.00000000

result:

ok 2 numbers

Test #2:

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

input:

2
2 3

output:

3.33333333 1.66666667

result:

ok 2 numbers

Test #3:

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

input:

2
851648 722281

output:

1049286.00000000 524643.00000000

result:

ok 2 numbers

Test #4:

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

input:

3
450762 114467 367746

output:

466487.50000000 233243.75000000 233243.75000000

result:

ok 3 numbers

Test #5:

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

input:

4
2 3 5 1

output:

4.40000000 2.20000000 2.20000000 2.20000000

result:

ok 4 numbers

Test #6:

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

input:

5
616288 155735 783782 648639 349827

output:

851423.66666667 425711.83333333 425711.83333333 425711.83333333 425711.83333333

result:

ok 5 numbers

Test #7:

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

input:

6
1 2 5 5 1 2

output:

4.57142857 2.28571429 2.28571429 2.28571429 2.28571429 2.28571429

result:

ok 6 numbers

Test #8:

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

input:

100
283397 377774 494372 487546 143741 314831 934818 229251 78798 395137 407818 18761 516178 734330 838264 433107 858247 174903 905002 445936 58127 253493 844807 215023 37167 11961 885588 176935 156947 82314 21120 373809 226377 712113 302554 613417 368577 604224 811349 182256 179860 424904 544075 16...

output:

848873.90099010 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049505 424436.95049...

result:

ok 100 numbers

Test #9:

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

input:

100
5 3 4 3 3 5 1 4 1 5 5 4 2 5 2 4 2 2 5 2 3 4 3 3 1 3 1 5 4 5 4 2 3 1 4 2 2 3 4 5 2 5 2 2 1 2 1 4 2 2 3 4 4 2 1 2 5 3 2 2 1 5 4 2 3 1 3 1 4 5 4 1 1 5 3 3 2 3 5 4 2 4 3 3 2 3 5 2 3 5 5 4 4 1 5 4 5 4 2 1

output:

6.07920792 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.03960396 3.0...

result:

ok 100 numbers

Test #10:

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

input:

1000
752085 536931 226066 866464 865683 685497 869505 833061 583665 542381 226489 183898 682629 584879 968426 414809 258683 315749 204443 89329 66644 255718 884710 690597 216353 59071 257910 665131 979147 688114 99343 929069 829135 674291 849479 242572 654330 268521 645445 96088 960241 507763 482377...

output:

1019649.56843157 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.78421578 509824.7842...

result:

ok 1000 numbers

Test #11:

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

input:

1000
5 4 4 5 2 2 1 1 2 4 4 5 4 4 5 4 2 1 1 5 5 3 5 2 4 3 2 2 5 4 4 3 2 1 1 1 2 5 3 4 4 5 2 5 4 1 5 4 3 2 1 5 5 5 3 4 1 4 1 5 3 4 2 5 5 4 2 3 4 2 3 5 2 4 4 4 3 4 2 3 1 1 3 5 5 3 4 3 5 3 1 5 5 4 1 1 5 3 1 1 5 1 4 2 2 3 1 2 2 3 2 3 3 5 4 1 2 4 3 5 2 5 1 3 4 4 4 5 5 3 2 4 1 4 2 4 4 4 4 4 2 3 3 1 4 4 4 3...

output:

6.02197802 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.01098901 3.0...

result:

ok 1000 numbers

Test #12:

score: -100
Wrong Answer
time: 5ms
memory: 3792kb

input:

10000
555267 855028 164928 642327 322766 137905 892693 768608 595311 65776 289777 973757 430764 328540 522735 2683 718992 189574 472939 64268 909931 465314 133959 665735 231887 255624 980840 597349 306389 287285 166135 812422 971286 552328 601121 51946 888371 940805 141463 481145 8270 701461 63887 9...

output:

130712.18338166 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083 65356.09169083...

result:

wrong answer 1st numbers differ - expected: '989682.6177382', found: '130712.1833817', error = '0.8679251'