当前位置:首页
> Luz 第2711页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Use of conversion function
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
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)
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
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
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
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
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
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
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
Define the precedence sequence of a binary tree in the form of string. If the character is' # ', it means that the binar…