当前位置:首页
> Luz 第2923页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Step tariff in Zhejiang Province (2012 to present)
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
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
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
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)
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)
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)
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
This topic requires reading in a positive integer n (n ˂ 10), and then output the number diamond.###Input format:Enter a…
PROGRAMMING:Number Triangles
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)
Enter a list, delete the duplicate values, and then output.###RequirementsSuppose there are k elements with a value in t…