当前位置:首页
> Luz 第2850页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output alphabet
####Task descriptionProgram the output part of the alphabet.######Input format:Two integers a and B (positive integers g…
PROGRAMMING:Rabbit jumping stairs
Bunny likes to jump up stairs. He can jump up one or two stairs at a time. Ask little rabbit how many different ways to…
PROGRAMMING:Age and mean
######Task description```Programming input n people's age, output their age sum and average age.```######Input format:``…
PROGRAMMING:sort
####Task descriptionInput a number of integers, sort from large to small and output.####Input format:A number of integer…
PROGRAMMING:Output the sum of two terms in Fibonacci sequence
####Task descriptionOutput the sum of any two terms in Fibonacci sequence.####Input format:Two integers a and B (positiv…
PROGRAMMING:Count the digits of a given number
Write a program in C to count the digits of a given number using recursion. ### Input:Input a non-negtive integer n.###…
PROGRAMMING:Summation from 1 to n using recursion.
Write a program in C to calculate the sum of numbers from 1 to n using recursion.### Input:Input a positve integer n.###…
PROGRAMMING:Find the sum of elements in each line of matrix
This problem requires the preparation of procedures, the use of pointers to find a given M × N the sum of the elements o…
PROGRAMMING:sum of digits of a number
Write a program in C to find the sum of digits of a number using recursion. ### Input:Input one positive integer.### Out…
PROGRAMMING:Real sort
This problem requires programming, input n real numbers, use the pointer reference method to arrange them in the order f…