当前位置:首页
> Luz 第2945页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output numbers within 1000 that can be divided by both 7 and 5
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
Calculate 1 $$* $$2 $$* $$3 + 3 $$* $$4 $$* $$5 + $$... $+ 99 $$* 1 $$00 $$* $$101###Input format:No input is required.#…
PROGRAMMING:C programming experiment 3-4
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
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
UtilizationThe value of SiNx is calculated until the absolute va…
PROGRAMMING:C programming experiment 3-6
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
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
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
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
For important things, Mr. fred will repeat it n times.### input format:The input contains 2 lines, the first line is a s…