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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Learning investment

Luz5年前 (2021-05-10)349
Xiaobai has learned some knowledge about compound interest investment, and wants to compare how much more money compound…

PROGRAMMING:Chain radix sort

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

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

Luz5年前 (2021-05-10)461
Input 10 integer numbers into one-dimensional array, output value and subscript are odd (subscript of the first element…

PROGRAMMING:Calculation data and

Luz5年前 (2021-05-10)491
Write a program to achieve the following functionsInput 10 integers (using int data type) with scanf to calculate the su…

PROGRAMMING:Give the grade

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

Luz5年前 (2021-05-10)488
Input several (at least one) positive integers and output their maximum and minimum values.###Input format:Enter several…

PROGRAMMING:Find maximum ASCII character

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

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

Luz5年前 (2021-05-10)428
Input several positive integers, sort them in ascending order and output them.###Input format:Enter several numbers on a…