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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output alphabet

Luz5年前 (2021-05-10)435
####Task descriptionProgram the output part of the alphabet.######Input format:Two integers a and B (positive integers g…

PROGRAMMING:Rabbit jumping stairs

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

Luz5年前 (2021-05-10)358
######Task description```Programming input n people's age, output their age sum and average age.```######Input format:``…

PROGRAMMING:sort

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

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

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

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

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

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

Luz5年前 (2021-05-10)421
This problem requires programming, input n real numbers, use the pointer reference method to arrange them in the order f…