当前位置:首页
> Luz 第2808页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Judge whether a triangle can be formed and its shape.
Please program to input 3 integers from the keyboard to judge whether these 3 integers can form a triangle (condition: t…
PROGRAMMING:Input three integers and output them in order from large to small.
Input three integers and output them in order from large to small.###Input format:Three integers separated by spaces.###…
PROGRAMMING:Enter the number week from the keyboard, and then output its corresponding English.
Input the number week from the keyboard, and then output its corresponding English. If the input data is not in the rang…
PROGRAMMING:Determine whether a 5-bit integer is palindrome
Palindrome number refers to the number of correct reading and reverse reading are the same. For example, 12321, 55455, 3…
PROGRAMMING:Judge prime numbers.
Judge whether the input integer is prime, if so, output "1", otherwise output "0."###Input format:Enter an integer.###Ou…
PROGRAMMING:Write a program to find the cumulative sum of natural numbers 1 to n (n > 1).
Write a program to find the cumulative sum of natural numbers 1 to n (n ˃ 1). Where the value of n is entered from the k…
PROGRAMMING:Traversal of binary tree
The binary tree is constructed according to the input, and the precedence sequence of the binary tree is output. Binary…
PROGRAMMING:Score position
Recently, Xiao Ming is infatuated with a score game: for a given score $$\ frac {a} {B} $$, calculate the position where…
PROGRAMMING:Two cakes
Today is Bobo's and Coco's birthday. They both want to buy an n-layer cake. The size of each layer of the cake varies fr…
PROGRAMMING:Keven hit the monster
As we all know, demacia is a place where monsters often appear. Every time there are monsters, Keven will defeat him imm…