UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101254#1135. 十进制转八进制UchihaHaruki1000ms1196kbC++283b2020-02-25 20:34:302020-02-25 20:34:31

answer


详细

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

Test #1:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

10

output:

12

result:

ok single line: '12'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

55

output:

67

result:

ok single line: '67'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1196kb

input:

100

output:

144

result:

ok single line: '144'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1192kb

input:

0

output:

0

result:

ok single line: '0'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1192kb

input:

8

output:

10

result:

ok single line: '10'