当前位置:首页
> Luz 第2747页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Least common multiple
Enter a pair of positive integers x and y.###Input format:Process to end of fileInput a pair of positive integers x and…
PROGRAMMING:Finding the maximum and minimum value in a matrix
To an n × M array, input a group of integers (n ˂ = 10, m ˂ = 10), and then output the maximum and minimum values, and o…
PROGRAMMING:Delete character
There is a line of English text (no more than 80 characters), which requires the deletion of a character. This line of t…
PROGRAMMING:Bubble sort exercise
Enter n data. Using bubble sort programming (first row the maximum value), output the k-th round of sorting after the se…
PROGRAMMING:Sorting exercise 1
Enter n data. Sort from small to large and output results.###Input format:Each test contains two lines, which are intege…
PROGRAMMING:Output in reverse order of positive integers
This topic requires the input of a positive integer, in the reverse order of the number output.###Input format:Enter a p…
PROGRAMMING:Select sort exercise
Enter n data. Using the selection sort programming, the output of the k-th round of sorting sequence.###Input format:Eac…
PROGRAMMING:Finding prime numbers
This topic requires the input of a positive integer greater than or equal to 2, find all prime numbers not greater than…
PROGRAMMING:Function and sorting exercise 1
Input n numbers (n ˂ = 10), sort the primes (excluding non primes), and output the sorted results.Suggestion: write seve…
PROGRAMMING:Sorting exercise 2
Enter n data. Output results in descending order###Input format:Each test contains two lines, which are integer n (0 ˂ n…