QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202516#3256. Digital Speedometerleovl48#WA 0ms3848kbC++20647b2023-10-06 10:41:002023-10-06 10:41:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3848kb

input:

0.25
0.75
0
2.0
5.7
5.8
5.7
5.2
5.7
0.8
0.2

output:

0
2
5
6
6
5
5
1
1

result:

ok 9 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3732kb

input:

0.05
0.95
0
120
0
0.1
0.7
0.9
1
1.9
1.1
1.0
0.1
119.8
119.9
120.0

output:

0
120
1
1
1
1
1
1
1
1
1
119
119
120

result:

wrong answer 3rd lines differ - expected: '0', found: '1'