QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#384585#8505. Almost Aligneducup-team2401#RE 1ms3812kbC++203.8kb2024-04-10 03:09:432024-04-10 03:09:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

22.22222222222222222723

result:

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

Test #2:

score: -100
Runtime Error

input:

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

output:


result: