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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Approximate pi

Luz5年前 (2021-05-10)408
This problem requires the preparation of procedures, according to the following formula for the approximate value of $$$…

PROGRAMMING:Output integers and digits

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

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

Luz5年前 (2021-05-10)441
This problem requires the preparation of procedures, a given integer inserted into the original orderly integer sequence…

PROGRAMMING:Find integer

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

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

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

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

Luz5年前 (2021-05-10)393
This problem requires the preparation of procedures, first input a series of integers in the minimum value and the first…

PROGRAMMING:Simple and easy

Luz5年前 (2021-05-10)441
This problem requires the realization of a simple Lianliankan game simulation program.Given a square grid game disk of $…