Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
爪哇。 基本
(Java) 子程序。递归。
Module:
(Java) 子程序。递归。
Problem
9
/10
P数系统中的数字(P<10)
Problem
编写一个
递归过程
,将数字转换为以 2 为基数到 9 的任何数字系统。
输入:
程序的输入是数字N(N<=1024)-十进制的数字和数字P(2<=P<=9)(数字N和P输入时用空格隔开)
输出:
在屏幕上显示一个数——P进制数
示例:
输入:
75 6
输出:
203
Запрещенные операторы: for;while;until
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary