当前位置:首页
> Luz 第2909页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Access permutation (Cixi, 2007)
###Input format:The input includes two numbers: positive integer n…
PROGRAMMING:Achievement statistics
There are Python examination results of a class. Please help the teacher to make the score statistics, find out the high…
PROGRAMMING:Vertical output string
It is required to read in a string with a width less than 20, and then output the input in the format of one character o…
PROGRAMMING:Remove element from list
Delete all eligible values from the list.###Input format:Enter n to test n times. Each test:First, enter 1 line of strin…
PROGRAMMING:Tongsheng and rabbit come to a different world
Tong Sheng and Zhan Tu come to a different world. The world is full of ocean. There are n islands, and the coordinates o…
PROGRAMMING:Base conversion (Cixi, 2006)
Lele is learning system conversion, but he always doesn't know whether he is doing it right. Please write a program to r…
PROGRAMMING:Calculate the average
This is a very simple question. Give you a set of data, and then please calculate the average. However, the input data h…
PROGRAMMING:Grab the floor
Blizzard's anniversary celebration, in the forum launched the campaign of building and seizing floors, the lucky one got…
PROGRAMMING:The export of bullish
This topic is very simple, give you a string, hope you can output it according to N type, such as HelloWorld! The output…
PROGRAMMING:I'm a free question
Now there is an equation f (n) = f (n - 1) + 2 * f (n - 2) + 3 * f (n - 3), f (1) = 1, f (2) = 2, f (3) = 3,Now give a n…