Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 子例程。递归
Module:
(Python) 子例程。递归
Problem
8
/12
递归翻译:八进制数系统中的数字
Problem
编写一个将数字从十进制转换为八进制的递归过程。
输入:
程序的输入是数字N(N<=1024)——十进制中的一个数字
输出:
在屏幕上显示一个数字——八进制数
示例:
输入:
66
输出:
102
Запрещенные операторы: for;while;until
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary