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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Access permutation (Cixi, 2007)

Luz5年前 (2021-05-10)411
![ tt.png](~/00bcc153-75ba-4178-bc3f-df219dd32f42.png)###Input format:The input includes two numbers: positive integer n…

PROGRAMMING:Achievement statistics

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

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

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

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

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

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

Luz5年前 (2021-05-10)436
Blizzard's anniversary celebration, in the forum launched the campaign of building and seizing floors, the lucky one got…

PROGRAMMING:The export of bullish

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

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