UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#92760#1136. 十六进制转十进制Tom1001ms1200kbC++382b2020-02-16 18:12:332020-02-16 18:12:34

answer


详细

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

Test #1:

score: 20
Accepted
time: 1ms
memory: 1200kb

input:

AA1

output:

2721

result:

ok single line: '2721'

Test #2:

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

input:

0

output:

0

result:

ok single line: '0'

Test #3:

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

input:

FFF

output:

4095

result:

ok single line: '4095'

Test #4:

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

input:

16

output:

22

result:

ok single line: '22'

Test #5:

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

input:

000

output:

0

result:

ok single line: '0'