QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#803469#9869. Horizon Scanningucup-team5109#WA 0ms3920kbC++231.8kb2024-12-07 17:15:422024-12-07 17:15:47

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3920kb

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.283185295476
1.570796315092
5.497787132079
3.141592641886
6.283185295476

result:

wrong answer 5th numbers differ - expected: '3.1415927', found: '6.2831853', error = '1.0000000'