当前位置:首页
> Luz 第2782页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Conversion from q-ary to t-ary
Given an integer Q (2 ˂ = q ˂ = 10), a non empty string, and another integer t (2 ˂ = T ˂ = 10), the program requires th…
PROGRAMMING:Xiao Ming plays games
Xiaoming is playing the game of upgrading to fight monsters. This game allows players to choose from the i-th level to t…
PROGRAMMING:JMU piecewise function L
This topic requires the calculation of the value of the following piecewise function (x is an arbitrary real number ente…
PROGRAMMING:Mydate class
Construct a date class, mydate class, including month, year and day, provide the corresponding get and set functions, pr…
PROGRAMMING:Count words
Input several words, seperate by space/tab, count how many words within your input.###Input format:Input several words,…
PROGRAMMING:Find the data not belongs to both arrays
For 2 given arrays A and B, find all the data are not belong to both array A and array B. The elements in both arrays ar…
PROGRAMMING:Count the character numbers of each category
Input several characters, count the numbers of letters, digits, spaces ( include space,tab ), and other characters.###In…
PROGRAMMING:Even string (Cixi primary school, 2012)
The processing and operation of string is one of the eternal topics in program design, and it is also a very important b…
PROGRAMMING:Converting binary value to decimal
input a unsigned binary number, develop a program that converting the value to decimal value.###Input format:Input a set…
PROGRAMMING:Calculating the volume of a cone
Please write a program to input the radius R (CM) and height h (CM) of the base circle of the cone, calculate and output…
