当前位置:首页
> Luz 第2643页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Currency conversion
Enter an integer (no more than 9 digits) to represent a RMB value (unit: RMB). Please convert it into the capital Chines…
PROGRAMMING:Tortoise and rabbit race
Tortoise and rabbit race, the running field is a rectangular runway, the runway can rest anywhere. The tortoise can adva…
PROGRAMMING:Monkey chooses King
A group of monkeys want to choose a new monkey king. The new monkey king's selection method is: let N candidate monkeys…
PROGRAMMING:bubble sort
Bubble sorting, which sorts $$n $$integers from small to large, works by comparing two adjacent elements from beginning…
PROGRAMMING:Rational addition
This problem requires the preparation of procedures to calculate the sum of two rational numbers.###Input format:Input t…
PROGRAMMING:Delete substrings from a string
Input two strings S1 and S2 to delete all the sub strings S2 in the string S1, that is, S2 cannot be included in the res…
PROGRAMMING:Input and display of address book
A record in the address book contains the following basic information: a friend's name, date of birth, gender, fixed pho…
PROGRAMMING:Bubble sort of string
We already know the bubble sort method of sorting $$n $$integers from small to large. This problem requires that this me…
PROGRAMMING:String loop left
Enter a string and a non negative integer $$n $, which requires that the string loop be shifted to the left $$n $$times.…
PROGRAMMING:Four operations of complex number
This problem requires programming to calculate the sum, difference, product and quotient of two complex numbers.###Input…