-->
当前位置:首页 > Luz 第2782页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Conversion from q-ary to t-ary

Luz5年前 (2021-05-10)418
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

Luz5年前 (2021-05-10)492
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

Luz5年前 (2021-05-10)458
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

Luz5年前 (2021-05-10)399
Construct a date class, mydate class, including month, year and day, provide the corresponding get and set functions, pr…

PROGRAMMING:Count words

Luz5年前 (2021-05-10)432
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

Luz5年前 (2021-05-10)605
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

Luz5年前 (2021-05-10)485
Input several characters, count the numbers of letters, digits, spaces ( include space,tab ), and other characters.###In…

PROGRAMMING:Even string (Cixi primary school, 2012)

Luz5年前 (2021-05-10)442
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

Luz5年前 (2021-05-10)372
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

Luz5年前 (2021-05-10)403
Please write a program to input the radius R (CM) and height h (CM) of the base circle of the cone, calculate and output…