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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Calculate the sum of the products of the corresponding bits

Luz5年前 (2021-05-10)394
Read in two integers a and B, and output the sum of the products of the corresponding bits of absolute value a and absol…

PROGRAMMING:Output a square matrix of order n

Luz5年前 (2021-05-10)381
Read in a positive integer n (3 ≤ n ˂ 9) and an integer digit (2 ˂ = digit ˂ = 9), please output a square matrix of orde…

PROGRAMMING:Find out the singer's score

Luz5年前 (2021-05-10)474
Enter a positive integer n (n ˃ 4), and then enter n real numbers to get the singer's score (keep 2 decimal places). The…

PROGRAMMING:Calculate the sum of the square matrix and create a new square matrix

Luz5年前 (2021-05-10)369
Input a positive integer n (1 ≤ n), and then read the n-order matrix A and B by line, generate and output the n-order ma…

PROGRAMMING:Ranking of student achievement

Luz5年前 (2021-05-10)431
Give a list of students (name and grade), please output the result (rank and name) sorted by grade * * from big to small…

PROGRAMMING:Converting Fahrenheit degree to Centigrade degree

Luz5年前 (2021-05-10)424
Ask a Fahrenheit degree from user, and then convert it to be a centigrade degree. Output the centigrade degree. Both de…

PROGRAMMING:Statistical letter ratio

Luz5年前 (2021-05-10)485
Single linked list is a kind of data structure, which is composed of several nodes. Each node contains data and the addr…

PROGRAMMING:Word order

Luz5年前 (2021-05-10)433
Please write a program, input a series of words, then sort them in dictionary order, and finally output the result.####I…

PROGRAMMING:Count the number of words

Luz5年前 (2021-05-10)474
Please write a program, input a paragraph of text (end with carriage return), count the number of words and output.Note:…

PROGRAMMING:Eight queens problem

Luz5年前 (2021-05-10)502
In chess, the queen is the most powerful piece. She can walk horizontally, straightly and obliquely. In 1848, chess play…