QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#722134#9576. Ordainer of Inexorable Judgmentucup-team5027#WA 35ms7092kbC++202.1kb2024-11-07 17:57:562024-11-07 17:57:56

详细

Test #1:

score: 100
Accepted
time: 21ms
memory: 7036kb

input:

3 1 0 1 1
1 2
2 1
2 2

output:

1.000000000000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #2:

score: 0
Accepted
time: 26ms
memory: 7092kb

input:

3 1 0 1 2
1 2
2 1
2 2

output:

1.570796326794897

result:

ok found '1.5707963', expected '1.5707963', error '0.0000000'

Test #3:

score: 0
Accepted
time: 29ms
memory: 7016kb

input:

3 1 0 1 10000
1 2
2 1
2 2

output:

2500.707752257475418

result:

ok found '2500.7077523', expected '2500.7077523', error '0.0000000'

Test #4:

score: 0
Accepted
time: 31ms
memory: 7004kb

input:

3 10000 10000 1 10000
10000 9999
10000 10000
9999 10000

output:

0.384241300290265

result:

ok found '0.3842413', expected '0.3842413', error '0.0000000'

Test #5:

score: 0
Accepted
time: 35ms
memory: 7060kb

input:

3 -10000 -10000 10000 10000
-10000 -9999
-10000 -10000
-9999 -10000

output:

2500.240670009608469

result:

ok found '2500.2406700', expected '2500.2406700', error '0.0000000'

Test #6:

score: -100
Wrong Answer
time: 31ms
memory: 7068kb

input:

4 1 0 1 10000
-2 3400
-4 10000
-4 -10000
-2 -3400

output:

5000.780884591257414

result:

wrong answer 1st numbers differ - expected: '4999.2191154', found: '5000.7808846', error = '0.0003124'