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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Print digital solid rectangle

Luz5年前 (2021-05-10)416
Print a solid rectangle composed of numbers and asterisks, with numbers in the outer frame and asterisks in the inner.##…

PROGRAMMING:For a given positive integer n, find its digits and the sum of its digits.

Luz5年前 (2021-05-10)374
Given a positive integer n, find its digits and the sum of its digits.###Input format:Give a positive integer n in one l…

PROGRAMMING:Sort real numbers

Luz5年前 (2021-05-10)372
Input several numbers (there may be integer and floating point numbers with decimal), sort them in ascending order and o…

PROGRAMMING:Outputs the minimum Fibonacci number of specified digits

Luz5年前 (2021-05-10)494
Fibonacci number, also known as Fibonacci sequence, refers to such a sequence: 1, 1, 2, 3, 5, 8, 13, 21,..., which start…

PROGRAMMING:Find the square of the input number. If the square is less than 50, exit.

Luz5年前 (2021-05-10)359
Find the square of the input number. If the square is less than 50, exit.###Input format:On one line, enter the number a…

PROGRAMMING:According to the input n value, output 1 * n multiplication table

Luz5年前 (2021-05-10)335
Output 99 multiplication table.###Input format:Enter the value of integer n in one line, 1 ˂ = n ˂ = 9.###Output format:…

PROGRAMMING:Word statistics, and print in order

Luz5年前 (2021-05-10)364
Input some English words, count the number of times each word appears (case, such as' at 'and' at 'count different words…

PROGRAMMING:Abbreviation of University

Luz5年前 (2021-05-10)457
Input the full English name of a University (both case and case), and output the abbreviation of the University (in uppe…

PROGRAMMING:Round trip square

Luz5年前 (2021-05-10)516
The so-called "round-trip square matrix" means that for any given n, 1 to n × The integers of N are filled in to N in tu…

PROGRAMMING:Realization of K-means clustering

Luz5年前 (2021-05-10)379
Given a batch of data, there are two variables: sales volume and profit![ QQ screenshot 202101011161600. PNG] (~ / ac953…