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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Currency conversion

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

Luz5年前 (2021-05-10)417
Tortoise and rabbit race, the running field is a rectangular runway, the runway can rest anywhere. The tortoise can adva…

PROGRAMMING:Monkey chooses King

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

Luz5年前 (2021-05-10)438
Bubble sorting, which sorts $$n $$integers from small to large, works by comparing two adjacent elements from beginning…

PROGRAMMING:Rational addition

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

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

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

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

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

Luz5年前 (2021-05-10)423
This problem requires programming to calculate the sum, difference, product and quotient of two complex numbers.###Input…