当前位置:首页
> Luz 第2723页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding prime numbers within 100
Find all prime numbers within 100 and output 10 per line. A prime is a positive integer that can only be divided by 1 an…
PROGRAMMING:Calculate the volume of the cylinder
Enter the height and radius of the cylinder, calculate the volume of the cylinder, $$volume = - pi / times R ^ 2 / times…
PROGRAMMING:Output the information of students with the highest average score
Assuming that the basic information of students includes student number, name, three course scores and personal average…
PROGRAMMING:Word encryption analysis
Input an English word (composed of six lowercase English letters), and encrypt the word according to the following proce…
PROGRAMMING:Find the location of Olympic rings
The English words of the five colors of the Olympic rings are arranged in a certain order {"red", "blue", "yellow", "gre…
PROGRAMMING:Number Triangles
Output 5 lines of digital pyramid.###Input format:There is no input for this question.###Output format:Output 5 lines of…
PROGRAMMING:Ranking of student achievement
Assuming that the basic information of students includes student number, name, three course scores and personal average…
PROGRAMMING:Calculate the product of the sum of two complex numbers
Input the real part and imaginary part of two complex numbers respectively, and use the function to calculate the produc…
PROGRAMMING:vending machine
In the simple vending machine as shown in the figure, there are 10 kinds of goods on shelves 1 and 2, which are numbered…
PROGRAMMING:cross the river
There are n people who want to cross a river, but they only have a boat that can carry two people at most. So we have to…