QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367477#8505. Almost Aligneducup-team660WA 3324ms898588kbC++145.7kb2024-03-26 01:18:492024-03-26 01:18:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 253ms
memory: 889836kb

input:

4
0 0 10 10
0 0 10 10
10 10 -10 -10
10 0 -20 0

output:

22.222222222222

result:

ok found '22.222222222', expected '22.222222222', error '0.000000000'

Test #2:

score: 0
Accepted
time: 187ms
memory: 889836kb

input:

3
0 -1 0 2
1 1 1 1
-1 1 -1 1

output:

0.000000000000

result:

ok found '0.000000000', expected '0.000000000', error '-0.000000000'

Test #3:

score: 0
Accepted
time: 212ms
memory: 889836kb

input:

3
0 -1 0 -2
1 1 1 1
-1 1 -1 1

output:

4.000000000000

result:

ok found '4.000000000', expected '4.000000000', error '0.000000000'

Test #4:

score: 0
Accepted
time: 190ms
memory: 889832kb

input:

1
0 0 0 0

output:

0.000000000000

result:

ok found '0.000000000', expected '0.000000000', error '-0.000000000'

Test #5:

score: 0
Accepted
time: 228ms
memory: 889864kb

input:

4
1000000 1000000 -1 -1000000
1000000 -1000000 -1000000 1
-1000000 -1000000 1 1000000
-1000000 1000000 1000000 -1

output:

3999984000031.999951601028

result:

ok found '3999984000032.000000000', expected '3999984000032.000000000', error '0.000000000'

Test #6:

score: -100
Wrong Answer
time: 3324ms
memory: 898588kb

input:

1000000
-871226 486657 -467526 31395
-65837 846554 469710 -907814
927993 -45099 713462 -276539
261942 483255 746021 811070
63449 -779486 588838 -413687
812070 -87868 -813499 -420768
112521 -622607 -832012 921368
-182120 517379 -401743 -837524
-685985 337832 643014 135144
12895 326935 -495720 930620
...

output:

1.4255 -53547.9149 1.3756 1771749.9249
1.4698 252575.8456 1.3577 -429658.2764
1.4692 -459102.8769 1.4237 1940765.2373
1.5123 -2403014.8765 1.3526 -1329352.8041
1.4815 764499.0370 1.4255 -53547.9149
1.4698 252575.8456 1.3577 -429658.2764
1.4692 -459102.8769 1.4237 1940765.2373
1.5123 -2403014.8765 1....

result:

wrong answer 1st numbers differ - expected: '3999996000000.0000000', found: '1.4255000', error = '1.0000000'