当前位置:首页
> Luz 第2668页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:press forward to the enemy's capital
This topic is a war blockbuster - you need to start from your own base camp and fight all the way to the enemy base camp…
PROGRAMMING:Ask 1+ 3!+ 5!+……+ n!
Ask 1+ 3!+ 5!+……+ n! It is required to use loop nesting design, n ˂ 12.###Input format:The input gives a positive intege…
PROGRAMMING:Output all the numbers whose sum can be divided by 15
Output all the numbers between 100 and 1000 whose sum can be divided by 15. When outputting, there is a row for every 5,…
PROGRAMMING:Print rectangular multiplication table
Output 99 multiplication formula.###Output format:Nine nine multiplication table is output in rectangular format, and ea…
PROGRAMMING:Guess the formula? 2*7?= Numbers in 3848
Formula:? 2*7?= 3848 is short of one ten digit and one digit. Program to get the two numbers when the formula holds, and…
PROGRAMMING:Print parallelogram graphics
Please program and print the following figure.$$$$$$$$$$ $$$$$$$$$$$$$$$ The first line is preceded by a space###Output…
PROGRAMMING:The sum of your numbers
Find the sum of the numbers of any positive integer.###Input format:Enter a positive integer.###Output format:Outputs th…
PROGRAMMING:Printing an inverted right triangle
Please program and print the following figure.$$$$$$$$$ $$$$$ $ The first line is preceded by a space.###Output format:I…
PROGRAMMING:Print isosceles triangle
Please program and print the following figure.$$$$ $$$$$$$$$$$$ $$$$$$$$$ There are four spaces in front of the first li…
PROGRAMMING:Print right angle multiplication table
Output right angle 99 multiplication formula, output effect as example.###Output format:Nine nine multiplication table i…