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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:greatest common divisor

Luz5年前 (2021-05-10)396
#####Problem descriptionGiven two positive integers, find their greatest common divisor.#####Enter a descriptionEnter a…

PROGRAMMING:Binary sort

Luz5年前 (2021-05-10)397
###Title DescriptionGive you two integers, please output from small to large.###Input Description:Several groups of data…

PROGRAMMING:Sort by three numbers

Luz5年前 (2021-05-10)371
###Title DescriptionGive you three integers, please output from small to large.###Input Description:Several groups of da…

PROGRAMMING:N-number sorting

Luz5年前 (2021-05-10)429
###Title DescriptionGive you n integers, please output from small to large.###Input Description:The first is an integer…

PROGRAMMING:Sorting out the names of drugs

Luz5年前 (2021-05-10)445
###Problem descriptionDoctors often don't pay attention to the case when they write the names of drugs, and the format i…

PROGRAMMING:Heap sort

Luz5年前 (2021-05-10)450
For n numbers, heap sort (maximum heap) is required to sort them.###Input format:The first line has an n (n ˂ 1000). The…

PROGRAMMING:Binary operation in C or Java

Luz5年前 (2021-05-10)428
#Binary operation in C or JavaThis topic requires reading in 2 integers and a character, and then according to the value…

PROGRAMMING:Word flipping

Luz5年前 (2021-05-10)382
###Problem descriptionInput a sentence (one line), flip each word in the sentence and output it.###Enter a descriptionOn…

PROGRAMMING:Laboratory diagnosis

Luz5年前 (2021-05-10)342
###DescriptionThe following table is the reference range of normal values for routine blood test and the clinical signif…

PROGRAMMING:Output the name of the student with the highest score

Luz5年前 (2021-05-10)378
###Problem descriptionEnter the number of students, and then enter the score and name of each student to get the name of…