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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Finding the sum of even numbers

Luz5年前 (2021-05-10)414
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

Luz5年前 (2021-05-10)370
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

Luz5年前 (2021-05-10)513
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

Luz5年前 (2021-05-10)414
Input a string composed of lowercase letters, find out the smallest character, and output it after exchanging it with th…

PROGRAMMING:A @ character rectangle

Luz5年前 (2021-05-10)490
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!

Luz5年前 (2021-05-10)442
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

Luz5年前 (2021-05-10)489
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.

Luz5年前 (2021-05-10)599
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|

Luz5年前 (2021-05-10)389
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

Luz5年前 (2021-05-10)422
The program will read in two lines, each line is a number, and output the sum of the two numbers###Input format:Two line…