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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Buy steamed buns

Luz5年前 (2021-05-10)524
The breakfast shop sells three kinds of steamed buns, three yuan each for beef stuffing, two yuan each for pork stuffing…

PROGRAMMING:How many families are there

Luz5年前 (2021-05-10)496
There are three people in some families, two people in some families, and only one person in some families. It is known…

PROGRAMMING:exchange coins

Luz5年前 (2021-05-10)501
Xiao Ming likes coins. It is known that he has a sum of money in his hand, which is divided into cents. If he wants to c…

PROGRAMMING:students' scores(1)

Luz5年前 (2021-05-10)610
Input n scores from keyboard `(n ≤ 10,0 ≤ score ≤ 100)` , ending by a negative value.After input values, you should fini…

PROGRAMMING:Input a line of characters through the keyboard, and count the number of English letters, spaces, numbers and other characters.

Luz5年前 (2021-05-10)463
Count the number of English letters, spaces, numbers and other characters in a string###Input format:Input a line of cha…

PROGRAMMING:Book price summary

Luz5年前 (2021-05-10)451
Book price summary###Input format:Suppose that the format of book records in a library is "Java programming: 34; Web pro…

PROGRAMMING:Quality factor decomposition

Luz5年前 (2021-05-10)367
Please write a program, input a positive integer $$n (1  n  LT 2 ^ {31}) $$, decompose the prime factor, and output th…

PROGRAMMING:Array element exchange

Luz5年前 (2021-05-10)362
Array element exchange, requirements: (1) the largest element and the first element exchange (2) the smallest element an…

PROGRAMMING:Hello world!

Luz5年前 (2021-05-10)445
Printout Hello world! The first instance of learning all programming learning, which is the first entry instance, using…

PROGRAMMING:A word from the heart

Luz5年前 (2021-05-10)448
Receive the user's two input from the console twice: the first content is "person's name", and the second content is "he…