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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Step tariff in Zhejiang Province (2012 to present)

Luz5年前 (2021-05-10)391
1. Zhejiang Province will implement the new step tariff standard from July 1, 2012, as follows: a new billing cycle will…

PROGRAMMING:Selection and discount of assault suit

Luz5年前 (2021-05-10)429
It is known that a certain e-commerce company of a certain club is going to launch a preferential activity in Shuang 12.…

PROGRAMMING:Addition of polynomials

Luz5年前 (2021-05-10)502
Express polynomials with linked list and realize the addition operation of polynomials###Input format:The input gives th…

PROGRAMMING:Declaration and creation of one dimensional array

Luz5年前 (2021-05-10)407
Declare and create an int type one-dimensional array, store five integers: 1, 2, 3, 4, 5, and output the average value o…

PROGRAMMING:Output all palindromic numbers of < = n (higher education society, exercise 4-5 of Python programming basis and application)

Luz5年前 (2021-05-10)378
Reading 121 from left to right is the same as reading 121 from right to left. This number is called palindrome number. P…

PROGRAMMING:List generation and loop left shift (higher education society, python programming foundation and application exercise 4-6)

Luz5年前 (2021-05-10)395
Read in an integer n from the keyboard and complete the following tasks:1. Use fast list generation syntax to generate l…

PROGRAMMING:Find the subscript of the largest element in the list (higher education society, exercise 4-7 of Python programming foundation and application)

Luz5年前 (2021-05-10)321
Enter an integer list to find the subscript of the largest element in the integer list. If the number of the largest ele…

PROGRAMMING:Print digital diamond

Luz5年前 (2021-05-10)429
This topic requires reading in a positive integer n (n ˂ 10), and then output the number diamond.###Input format:Enter a…

PROGRAMMING:Number Triangles

Luz5年前 (2021-05-10)472
This topic requires to read in a positive integer n (n ˂ 10), and then output n layers of digital pyramid.###Input forma…

PROGRAMMING:Delete duplicate values in the list (exercise 4-8, fundamentals and applications of Python programming, Higher Education Society)

Luz5年前 (2021-05-10)350
Enter a list, delete the duplicate values, and then output.###RequirementsSuppose there are k elements with a value in t…