UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#90100#1717. 四舍五入maijl1000ms1280kbC++146b2020-02-14 19:12:152020-02-14 19:12:17

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 0ms
memory: 1276kb

input:

32.20

output:

32

result:

ok single line: '32'

Test #2:

score: 10
Accepted
time: 0ms
memory: 1280kb

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: 1280kb

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: 1276kb

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: 1280kb

input:

9.97

output:

10

result:

ok single line: '10'