QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#556035 | #2458. Follow the Bouncing Ball | ucup-team1005 | WA | 1ms | 4084kb | C++20 | 7.4kb | 2024-09-10 14:23:09 | 2024-09-10 14:23:10 |
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: 0ms
memory: 3968kb
input:
20 30 5 3 10 -1 1 4 10 18 10 24 14 24 14 18 10 3 5 23 1 25 5 27 7 4 16 22 16 28 19 28 19 19 8
output:
0 2 3
result:
ok single line: '0 2 3'
Test #2:
score: 0
Accepted
time: 0ms
memory: 4056kb
input:
20 30 10 3 10.1 -1 1 4 10 18 10 24 14 24 14 18 10 3 5 23 1 25 5 27 7 4 16 22 16 28 19 28 19 19 8
output:
0 0 1
result:
ok single line: '0 0 1'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3924kb
input:
40 100 90 4 10 0 1 3 5 10 5 20 35 20 100 3 5 40 35 40 35 30 100 3 5 50 5 60 35 60 100 3 5 80 35 80 35 70 100
output:
10 100 100 100
result:
ok single line: '10 100 100 100'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 4084kb
input:
40 100 90 4 10 0 1 3 5 10 5 20 35 20 18 3 5 40 35 40 35 30 100 3 5 50 5 60 35 60 100 3 5 80 35 80 35 70 100
output:
0 28 100 100
result:
wrong answer 1st lines differ - expected: '0 27 100 100', found: '0 28 100 100'