当前位置:首页
> Luz 第2709页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Calculate the sum of the products of the corresponding bits
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
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
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
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
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
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
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
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
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
In chess, the queen is the most powerful piece. She can walk horizontally, straightly and obliquely. In 1848, chess play…