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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output a statement

Luz5年前 (2021-05-10)471
This topic requires the output of a simple statement.###Input format:There is no input.###Output format:Output "Hello wo…

PROGRAMMING:Finding odd sum within 100

Luz5年前 (2021-05-10)508
This topic requires to calculate the sum of all odd numbers within 1 to 100, and output the calculation results.###Input…

PROGRAMMING:Construction hash table

Luz5年前 (2021-05-10)459
Let hash table a [18], hash function is hash (k) = k% 17, using open address method to solve the conflict. In case of co…

PROGRAMMING:Sine function

Luz5年前 (2021-05-10)412
The sine of any angle is calculated according to McLaughlin formula.![ Title. JPG] (~ / 5224d057-495b-4086-8b5f-03a494dc…

PROGRAMMING:Calculate the area of a circle

Luz5年前 (2021-05-10)367
This topic requires reading in the radius of a circle, an integer R, calculating and outputting the area of the circle.…

PROGRAMMING:bubble sort

Luz5年前 (2021-05-10)360
This problem requires reading 10 integers into the array, and the 10 numbers from small to large sorting, requires the u…

PROGRAMMING:Hash table lookup

Luz5年前 (2021-05-10)414
Let hash table a [18], hash function is hash (k) = k% 17, using open address method to solve the conflict. In case of co…

PROGRAMMING:The basic operation of stack

Luz5年前 (2021-05-10)506
Given an initially empty stack and a series of stack in and out operations, please write a program to output the stack e…

PROGRAMMING:Construction of minimum spanning tree

Luz5年前 (2021-05-10)367
The "village to village" project is carried out in a remote area. The goal is to realize rapid transportation between an…

PROGRAMMING:Reverse output upper triangle character array

Luz5年前 (2021-05-10)436
This problem requires the preparation of procedures, * * reverse * * output n lines from the specified lowercase English…