当前位置:首页
> Luz 第2903页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Calculate the number of days before New Year's day
Input the year, month and day, and output the total number of days from the new year's day of the year to the date( Hint…
PROGRAMMING:Define class template to realize arithmetic operation of two numbers
This topic requires the definition of class template to realize the maximum, minimum, addition, subtraction, multiplicat…
PROGRAMMING:Amount in figures to words
Programming to achieve the following functions: from the keyboard input a small amount of decimal (integer part does not…
PROGRAMMING:Print a month calendar
Programming: input any year and month, output the Gregorian calendar of the month (require cycle control printing).Tips:…
PROGRAMMING:Calculate days and weeks
Do you know what day is your birthday? Do you know what day is your father's birthday? You may say: you can check the pe…
PROGRAMMING:Integer conversion
Programming to achieve the following functions: input a decimal positive integer and a positive integer n (n ˂ 10), then…
PROGRAMMING:Decimal conversion
Programming to achieve the following functions: input a positive decimal pure decimal and a decimal integer n (n ˂ 10),…
PROGRAMMING:Print point, circle and cylinder information
Define the planar two-dimensional point class CPoint, including data member X coordinate, y coordinate, function member…
PROGRAMMING:Insert parenthesis sequence
We define a bracket sequence as a sequence in which only '(', '') ', (,), (), ((etc.) are bracket sequencesWe define the…
PROGRAMMING:Graceful sequence of brackets
One day, Xiao Ming was very bored, so he wanted to find something to play with. So he found that brackets () were very i…