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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output preorder traversal according to postorder and middle order traversal

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

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

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

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

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

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

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

Luz5年前 (2021-05-10)493
This topic requires reading in the diamond starting letter and the height of the diamond, and then output the hollow cha…

PROGRAMMING:Symbol pairing

Luz5年前 (2021-05-10)400
Please write a program to check whether the following symbols in C language source program are matched: '/ *' and '* /',…

PROGRAMMING:Roots of balanced binary trees

Luz5年前 (2021-05-10)349
Insert a given series of numbers into the AVL tree which is initially empty. Please output the value of the root node of…