QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#328983 | #1880. Nikanor Loves Games | HuangHanSheng | WA | 1ms | 3908kb | C++20 | 2.3kb | 2024-02-16 11:32:20 | 2024-02-16 11:32:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3908kb
input:
2 1 4 15 3 5 10
output:
2.50000000
result:
ok found '2.5000000', expected '2.5000000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
1 2 2 8
output:
4.00000000
result:
ok found '4.0000000', expected '4.0000000', error '0.0000000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3876kb
input:
3 94 68 49 51 2 63 26 85 20
output:
-94.00000000
result:
wrong answer 1st numbers differ - expected: '-73.0000000', found: '-94.0000000', error = '0.2876712'