当前位置:首页
> Luz 第2974页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output a statement
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
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
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
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
This topic requires reading in the radius of a circle, an integer R, calculating and outputting the area of the circle.…
PROGRAMMING:bubble sort
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
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
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
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
This problem requires the preparation of procedures, * * reverse * * output n lines from the specified lowercase English…