当前位置:首页
> Luz 第2735页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Finding the sum of even numbers
Write a program to find the sum of all even numbers between 0 and 100###Input format:###Output format:Output the sum of…
PROGRAMMING:Touch table tennis
There are a white table tennis ball and B red table tennis ball in the box. You don't need to reach out to touch the bal…
PROGRAMMING:Planting trees
A path is n meters long, and a tree is planted every other meter on both sides. How many trees can be planted?###Input f…
PROGRAMMING:Exchange output of string data
Input a string composed of lowercase letters, find out the smallest character, and output it after exchanging it with th…
PROGRAMMING:A @ character rectangle
According to the n value read in, the character rectangle with @ as the filling character, 20 in width and N in height i…
PROGRAMMING:String order!
There is a string whose elements have been arranged from small to large. Now give another character c, please insert the…
PROGRAMMING:Find the sum of three integers
Write a program to find the sum of three integers.(1) Use only the main function.(2) By seeking the sum of two integers…
PROGRAMMING:Find the sum of two integers.
Write a program, input two integers from the keyboard, output the sum of the two numbers.###Input format:There are sever…
PROGRAMMING:Find a + | B|
Write a program to find a + | B | where a and B are two integers..###Input format:There are several groups of test data,…
PROGRAMMING:A + B of PY
The program will read in two lines, each line is a number, and output the sum of the two numbers###Input format:Two line…