QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#803555#9869. Horizon Scanningucup-team5925#WA 1ms4044kbC++204.7kb2024-12-07 17:34:592024-12-07 17:35:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 1
0 1
8 2
1 0
1 1
0 1
-1 1
-1 0
-1 -1
0 -1
1 -1
4 2
-1 1
0 1
0 2
1 1
4 2
-1000000000 0
-998244353 1
998244353 1
1000000000 0
3 1
0 1
0 2
0 -1

output:

6.283185307179586
1.570796326794897
4.712388980384690
4.712388980384690
3.141592653589793

result:

wrong answer 3rd numbers differ - expected: '5.4977871', found: '4.7123890', error = '0.1428571'