QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421863#6763. Triangle Pendantucup-team874WA 5ms3928kbC++174.7kb2024-05-26 08:43:442024-05-26 08:43:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
1 1 1 1 1 1
2 3 3 1 1 1

output:

-0.816496580927726 -0.816496580927726 -0.816496580927726
-2.000000000000000 -2.866025403784439 -2.866025403784439

result:

ok 6 numbers

Test #2:

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

input:

1000
21 2 14 12 13 4
29 19 13 15 10 17
29 24 15 29 24 23
29 17 30 18 9 25
27 24 30 16 4 15
28 13 17 12 21 16
16 22 10 22 15 8
15 23 24 23 27 13
26 3 27 15 16 17
5 8 20 17 6 12
24 14 13 15 19 13
27 22 18 18 23 30
22 18 14 11 29 28
7 13 22 22 17 11
19 9 16 22 20 17
21 14 20 6 29 25
20 10 19 9 27 27
17...

output:

25.000000000000000 2.000000000000000 11.000000000000000 5.000000000000000 23.000000000000000 21.000000000000000
-22.398647962786098 -2.000000000000000 -1.676211937098633
12.000000000000000 10.000000000000000 8.000000000000000 3.000000000000000 17.000000000000000 18.000000000000000
-3.654014394067569...

result:

wrong answer 1st numbers differ - expected: '-2.93586', found: '25.00000', error = '9.51540'