当前位置:首页
> Luz 第2699页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:The problem of N stairs going up
How many ways to go up the stairs. For example, when there is only one stair, there is only one method; When a staircase…
PROGRAMMING:Realization of atof function
Enter a set of numeric strings and convert them to double floating-point numbers.Requirements: cannot use the system fun…
PROGRAMMING:Peanut for walnut
Little squirrel has a lot of peanuts, little bear has a lot of walnuts. Squirrels want to find bears for walnuts: 2 waln…
PROGRAMMING:Wang Xiaobi
Wang Xiaoer boasted that he had a good knife. Someone put a big pancake on the chopping board and asked him, "the pancak…
PROGRAMMING:Solving linear equation with one variable
Please write a program to solve the unary linear equation $$ax + B = 0 $$.The formula for solving the equation is as fol…
PROGRAMMING:Division of two numbers
This topic seeks to input three positive integers, the first two integers do division, the third number is the exact num…
PROGRAMMING:Solving quadratic equation of one variable
Solving quadratic equation of one variablePlease write a program to solve the unary linear equation $$a x ^ 2 + B x + C…
PROGRAMMING:Count the number of characters
Input a line of characters and count the number of each character in the line.###Input format:Input a line of characters…
PROGRAMMING:Xiao Ming moves bricks
One day, Xiao Ming went to the brick yard to experience life, and a pile of n (0 ˂ n ˂ = 40) bricks needed to be moved f…
PROGRAMMING:greatest common factor
Find the greatest common divisor of two integers.###Input format:Enter two integers separated by spaces.###Output format…