#1918. 八进制数转换成十进制数

八进制数转换成十进制数

Description

输入一个数n,转换成十进制数输出(整数)

Input Format

一个八进制数n (n<=100000)

Output Format

一个十进制数
17
15

Source

二学阶