当前位置:首页
> Luz 第2979页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Print digital solid rectangle
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.
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
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
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.
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
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
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
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
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
Given a batch of data, there are two variables: sales volume and profit![ QQ screenshot 202101011161600. PNG] (~ / ac953…