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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output numbers within 1000 that can be divided by both 7 and 5

Luz5年前 (2021-05-10)533
This topic requires reading an integer m from the keyboard, output more than 1, less than or equal to the number that M…

PROGRAMMING:C programming experiment 3-2

Luz5年前 (2021-05-10)368
Calculate 1 $$* $$2 $$* $$3 + 3 $$* $$4 $$* $$5 + $$... $+ 99 $$* 1 $$00 $$* $$101###Input format:No input is required.#…

PROGRAMMING:C programming experiment 3-4

Luz5年前 (2021-05-10)444
Calculate 1-1 / 2 + 1 / 3-1 / 4 + $$... $+ 1 / 99-1 / 100 + $$... $, until the absolute value of the last item is less t…

PROGRAMMING:C programming experiment 3-3

Luz5年前 (2021-05-10)379
Calculate the value of a + AA + AAA + $$... $+ AA $$... $$a (n a), and the values of a and N are entered by the keyboard…

PROGRAMMING:C programming experiment 3-5

Luz5年前 (2021-05-10)511
Utilization![ sinx.png](~/80053a12-1c91-4c80-9fd0-ca8bf17ac609.png)The value of SiNx is calculated until the absolute va…

PROGRAMMING:C programming experiment 3-6

Luz5年前 (2021-05-10)521
Input some integers, program to calculate and output the sum of all positive numbers, input negative numbers without acc…

PROGRAMMING:C programming experiment 3-7

Luz5年前 (2021-05-10)345
Chicken and rabbit in the same cage, a total of 98 heads, 386 feet, please use the exhaustive method to calculate the nu…

PROGRAMMING:Establishment and traversal of threaded binary tree

Luz5年前 (2021-05-10)435
This problem requires the realization of the establishment of the binary tree and the traversal of the binary tree.![ Pi…

PROGRAMMING:Non recursive traversal of binary tree

Luz5年前 (2021-05-10)435
This problem requires the use of stack to achieve non recursive traversal of binary tree, including three traversal meth…

PROGRAMMING:Say the important thing n times

Luz5年前 (2021-05-10)699
For important things, Mr. fred will repeat it n times.### input format:The input contains 2 lines, the first line is a s…