当前位置:首页
> Luz 第2637页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Approximate pi
This problem requires the preparation of procedures, according to the following formula for the approximate value of $$$…
PROGRAMMING:Output integers and digits
This problem requires the preparation of procedures for the input of an integer, starting from the high bit by bit divis…
PROGRAMMING:Find the perfect number
The so-called perfect number is that the number is exactly equal to the sum of the factors except itself. For example: 6…
PROGRAMMING:Simplified insert sort
This problem requires the preparation of procedures, a given integer inserted into the original orderly integer sequence…
PROGRAMMING:Find integer
This problem requires the input of N integers to find the given X. If found, the position of output x (counting from 0);…
PROGRAMMING:Digital encryption
Input a four digit number and output it after encryption. The method is to add 9 to each digit of the number, and then d…
PROGRAMMING:Find the number with the most times in the integer sequence
This problem requires statistics of an integer sequence in the number of times the largest number of integers and its nu…
PROGRAMMING:Finding the local maximum of a matrix
Given the integer matrix $$a $$of $$M $$row $$n $$column, if the non boundary element $$a [i] [J] $$of $$a $$is larger t…
PROGRAMMING:Exchange minimum and maximum
This problem requires the preparation of procedures, first input a series of integers in the minimum value and the first…
PROGRAMMING:Simple and easy
This problem requires the realization of a simple Lianliankan game simulation program.Given a square grid game disk of $…