QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#421861#6763. Triangle Pendantucup-team874WA 1ms3836kbC++174.7kb2024-05-26 08:42:462024-05-26 08:42:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3836kb

input:

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

output:

1.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000
-0.816496580927726 -0.816496580927726 -0.816496580927726
2.000000000000000 3.000000000000000 3.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000
-2.000000000000000 -2.86602...

result:

wrong answer 1st numbers differ - expected: '-0.81650', found: '1.00000', error = '1.81650'