当前位置:首页
> Luz 第2894页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:"Welcome Repeater
The question is "Welcome Repeater. Print "welcome" n times according to the number n entered by the user###Input format:…
PROGRAMMING:Subscript exception
Input a non empty string and an index value, and output the character corresponding to the index value in the string. If…
PROGRAMMING:Random addition problem in primary school
Use randint() function of random library to randomly generate N addition problems (two addends are required to be positi…
PROGRAMMING:Mathematical Modelling Class
In recent years, hundreds and thousands of students in our school are eager to register in the Mathematics Modelling Adv…
PROGRAMMING:Yes or no (multiple choice)
Write a program to store the standard answers of multiple-choice questions in a reasonable scheme, and compare the resul…
PROGRAMMING:Graphic card sorting game
Master class inheritance, polymorphism usage and interface application. See the operation instruction for details[2020-o…
PROGRAMMING:Who won the prize
ABCDEF six entries, known information is: 1) a, B at least one of the winners; 2) At least two of a, C and d won the pri…
PROGRAMMING:Operation of complex number
Use the four real numbers to construct two complex numbers (according to the order of real part and imaginary part), and…
PROGRAMMING:String splitting
Write a program to count the sum of several integers in each line of string. The separator between integers in each line…
PROGRAMMING:Password strength
Write a program to test the strength of the input password (length no more than 28). It is stipulated that the password…