当前位置:首页
> Luz 第2632页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Rabbit reproduction
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
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
This problem requires writing a program to store the given $$n $$integers in the array, store the $$n $$numbers in rever…
PROGRAMMING:Matrix operation
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
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
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
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
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
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
Input a string ending with #, this problem requires filtering out all non hexadecimal characters (regardless of case), f…