Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 子例程。递归
Module:
(Python) 子例程。递归
Problem
9
/12
P数系统中的数字(P<10)
Problem
编写一个
递归过程
,将数字转换为从
2
到
9
的任何基数。
输入
程序的输入是一个自然数
N
(N <= 1024) -
10
数系中的一个数和一个数
P
( 2 <= P <= 9)。数字
N
和
P
在同一行中输入,以空格分隔。
印记
在屏幕上打印一个数字 -
P
-ary 数字系统中的数字。
例子
<头>
#
输入
输出
东西> <正文>
1
75 6
203
表>
Запрещенные операторы: for;while;until
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary