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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Rabbit reproduction

Luz5年前 (2021-05-10)432
A pair of rabbits, from the third month after birth, have a pair of rabbits every month. The rabbits grow to the third m…

PROGRAMMING:Narcissistic number

Luz5年前 (2021-05-10)454
Narcissus number refers to a positive integer with $$n $$bits ($$n / Ge 3 $). The sum of the $$n $$powers of the numbers…

PROGRAMMING:Store the numbers in the array in reverse order

Luz5年前 (2021-05-10)479
This problem requires writing a program to store the given $$n $$integers in the array, store the $$n $$numbers in rever…

PROGRAMMING:Matrix operation

Luz5年前 (2021-05-10)457
Given a square matrix of $$n times n $, this problem requires computing the sum of all elements of the matrix except the…

PROGRAMMING:Finding the maximum value and its subscript

Luz5年前 (2021-05-10)401
This problem requires programming to find out the maximum value of the given number of $$n $$and its corresponding minim…

PROGRAMMING:Square matrix circulates right

Luz5年前 (2021-05-10)408
This problem requires writing a program to move each element in the given $$n times n $$matrix to the right by $$M $$, t…

PROGRAMMING:A simple calculator

Luz5年前 (2021-05-10)555
Simulate the work of simple arithmetic unit. Suppose that the calculator can only carry out addition, subtraction, multi…

PROGRAMMING:Find the most digits in a batch of integers

Luz5年前 (2021-05-10)384
Given a batch of integers, analyze each digit of each integer to find the most frequent digit. For example, given three…

PROGRAMMING:Reverse order of string

Luz5年前 (2021-05-10)408
Input a string, reverse the sequence of the string, and output the reverse sequence of the string.###Input format:Enter…

PROGRAMMING:Convert string to decimal integer

Luz5年前 (2021-05-10)412
Input a string ending with #, this problem requires filtering out all non hexadecimal characters (regardless of case), f…