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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Least common multiple

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

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

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

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

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

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

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

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

Luz5年前 (2021-05-10)429
Input n numbers (n ˂ = 10), sort the primes (excluding non primes), and output the sorted results.Suggestion: write seve…

PROGRAMMING:Sorting exercise 2

Luz5年前 (2021-05-10)460
Enter n data. Output results in descending order###Input format:Each test contains two lines, which are integer n (0 ˂ n…