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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Use of conversion function

Luz5年前 (2021-05-10)435
Input an integer and decimal, convert to decimal output###Input format:Enter the integer and decimal on one line###Outpu…

PROGRAMMING:Analyze the voting situation of the event

Luz5年前 (2021-05-10)386
Using set analysis to analyze the voting situation. There are five members in the first team, whose serial numbers are 1…

PROGRAMMING:Four operations (realized by Dictionary)

Luz5年前 (2021-05-10)409
Four operations (implemented by Dictionary), comparing the switch statements of C language.###Input format:Enter a numbe…

PROGRAMMING:Finding the nth term of Fibonacci sequence

Luz5年前 (2021-05-10)470
Find the nth term f [n]. F [0] = 1 of Fibonacci sequence; f[1]=1 ; f[n]=f[n-1]+f[n-2];###Input format:Enter a positive…

PROGRAMMING:Finding the integer root of quadratic equation of one variable

Luz5年前 (2021-05-10)364
Find the two integer roots of the equation x $$^ 2 $$+ 6x + 5 = 0.###Input format:There is no input for this question###…

PROGRAMMING:List de duplication

Luz5年前 (2021-05-10)391
Input a list, remove the repeated numbers in the list, output in the original order!###Input format:Enter the list on on…

PROGRAMMING:Life is short. I study python

Luz5年前 (2021-05-10)440
Enter a person's name and respond as required.###Input format:Enter a two or three character name, such as Zhang Danfeng…

PROGRAMMING:Base conversion

Luz5年前 (2021-05-10)377
Enter a decimal integer. Convert it to binary, octal and hexadecimal numbers.###Input format:Enter a decimal integer no…

PROGRAMMING:Median of two ordered sequences

Luz5年前 (2021-05-10)481
It is known that there are two non descending sequences S1 and S2. Find the low median of S1 and S2. The median of order…

PROGRAMMING:Traversing binary tree by hierarchy

Luz5年前 (2021-05-10)445
Define the precedence sequence of a binary tree in the form of string. If the character is' # ', it means that the binar…