QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#807508#9869. Horizon Scanningucup-team1721WA 1ms4112kbC++172.2kb2024-12-10 03:33:442024-12-10 03:33:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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.2831853072
1.5707963268
6.2831853072
3.1415926536
3.1415926536

result:

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