当前位置:首页
> Luz 第2652页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output preorder traversal according to postorder and middle order traversal
This problem requires that according to a given binary tree after order traversal and in order traversal results, the ou…
PROGRAMMING:Information output of students whose grades are greater than or equal to a certain value
Input a number of student information (including student number, name and grade). When the student number is 0, the inpu…
PROGRAMMING:Find the books with the highest price and the lowest price
Write a program to input the name and price of n (n ˂ 10) books from the keyboard and store them in the structure array…
PROGRAMMING:Student information input and output
Input the information of several students (student number, name, grade). When the input student number is 0, it ends. Or…
PROGRAMMING:Longest continuous increasing subsequence
Given a linear table stored in sequence, please design an algorithm to find the longest continuous increasing subsequenc…
PROGRAMMING:Finding the product of all true factors of a given number num (t90103)
Enter a positive integer n (1 ˂ n ˂ 100) to find the product of all its true factors (except its own factors).Output for…
PROGRAMMING:RMB exchange
1 yuan and 50 cents RMB can be exchanged for 100 coins of 5 cents, 2 cents and 1 cents (each one must have). There are m…
PROGRAMMING:Program to print hollow character diamond
This topic requires reading in the diamond starting letter and the height of the diamond, and then output the hollow cha…
PROGRAMMING:Symbol pairing
Please write a program to check whether the following symbols in C language source program are matched: '/ *' and '* /',…
PROGRAMMING:Roots of balanced binary trees
Insert a given series of numbers into the AVL tree which is initially empty. Please output the value of the root node of…