当前位置:首页
> Luz 第2862页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Learning investment
Xiaobai has learned some knowledge about compound interest investment, and wants to compare how much more money compound…
PROGRAMMING:Chain radix sort
Realize the chain cardinality sorting, the keyword n to be sorted meets 1 ≤ n ≤ 1000, and the maximum number of keywords…
PROGRAMMING:Shortest path algorithm (Floyd Warshall)
In weighted digraph g, the problem of finding the shortest path between any pair of vertices in G is also a very common…
PROGRAMMING:One dimensional array to determine whether the value and coordinate are odd
Input 10 integer numbers into one-dimensional array, output value and subscript are odd (subscript of the first element…
PROGRAMMING:Calculation data and
Write a program to achieve the following functionsInput 10 integers (using int data type) with scanf to calculate the su…
PROGRAMMING:Give the grade
Write a program to achieve the following functionsIf the score is not in the range of 0-100, it is required to re-enter…
PROGRAMMING:Find the maximum and minimum
Input several (at least one) positive integers and output their maximum and minimum values.###Input format:Enter several…
PROGRAMMING:Find maximum ASCII character
Input 5 characters from the keyboard and output the character with the largest ASCII value and its ASCII value.###Output…
PROGRAMMING:Multiplication of inverses of two arrays
There are two one-dimensional arrays (each containing 5 integer elements) set as a and B. input data to these two arrays…
PROGRAMMING:Sort data
Input several positive integers, sort them in ascending order and output them.###Input format:Enter several numbers on a…