ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#103716 | #1717. 四舍五入 | 18099207696 | 100 | 0ms | 1280kb | C++ | 101b | 2020-02-29 18:26:39 | 2020-02-29 18:26:40 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1280kb
input:
32.20
output:
32
result:
ok single line: '32'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1276kb
input:
0.71
output:
1
result:
ok single line: '1'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1276kb
input:
6.17
output:
6
result:
ok single line: '6'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1276kb
input:
48.04
output:
48
result:
ok single line: '48'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1280kb
input:
18.82
output:
19
result:
ok single line: '19'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1280kb
input:
48.53
output:
49
result:
ok single line: '49'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1276kb
input:
16.12
output:
16
result:
ok single line: '16'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1280kb
input:
36.10
output:
36
result:
ok single line: '36'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1280kb
input:
43.84
output:
44
result:
ok single line: '44'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1276kb
input:
9.97
output:
10
result:
ok single line: '10'