QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#320475 | #5127. Crashing Competition Computer | lmq26052003 | WA | 1ms | 3856kb | C++20 | 616b | 2024-02-03 17:11:30 | 2024-02-03 17:11:31 |
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: 3808kb
input:
2 1 5 0.25
output:
8
result:
ok found '8.0000000', expected '8.0000000', error '0.0000000'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3856kb
input:
3 5 2 0.5
output:
26
result:
ok found '26.0000000', expected '26.0000000', error '0.0000000'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3848kb
input:
10 4 5 0.327
output:
68.665
result:
ok found '68.6650000', expected '68.6649674', error '0.0000005'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3844kb
input:
1 0 0 0.0010000000
output:
1.001
result:
wrong answer 1st numbers differ - expected: '1.0010010', found: '1.0010000', error = '0.0000010'