当前位置:首页
> Luz 第2912页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:greatest common divisor
#####Problem descriptionGiven two positive integers, find their greatest common divisor.#####Enter a descriptionEnter a…
PROGRAMMING:Binary sort
###Title DescriptionGive you two integers, please output from small to large.###Input Description:Several groups of data…
PROGRAMMING:Sort by three numbers
###Title DescriptionGive you three integers, please output from small to large.###Input Description:Several groups of da…
PROGRAMMING:N-number sorting
###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
###Problem descriptionDoctors often don't pay attention to the case when they write the names of drugs, and the format i…
PROGRAMMING:Heap sort
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
#Binary operation in C or JavaThis topic requires reading in 2 integers and a character, and then according to the value…
PROGRAMMING:Word flipping
###Problem descriptionInput a sentence (one line), flip each word in the sentence and output it.###Enter a descriptionOn…
PROGRAMMING:Laboratory diagnosis
###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
###Problem descriptionEnter the number of students, and then enter the score and name of each student to get the name of…