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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Judge whether a triangle can be formed and its shape.

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

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

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

Luz5年前 (2021-05-10)651
Palindrome number refers to the number of correct reading and reverse reading are the same. For example, 12321, 55455, 3…

PROGRAMMING:Judge prime numbers.

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

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

Luz5年前 (2021-05-10)371
The binary tree is constructed according to the input, and the precedence sequence of the binary tree is output. Binary…

PROGRAMMING:Score position

Luz5年前 (2021-05-10)550
Recently, Xiao Ming is infatuated with a score game: for a given score $$\ frac {a} {B} $$, calculate the position where…

PROGRAMMING:Two cakes

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

Luz5年前 (2021-05-10)406
As we all know, demacia is a place where monsters often appear. Every time there are monsters, Keven will defeat him imm…