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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Calculate the average score

Luz5年前 (2021-05-10)428
This topic requires to read the score (integer) of 3 courses, calculate the average score and output, and reserve 2 deci…

PROGRAMMING:Seeking factorial

Luz5年前 (2021-05-10)382
This topic requires reading in any non negative integer n and outputting the factorial of n.###Input format:Enter any in…

PROGRAMMING:Implementation and basic operation of queue

Luz5年前 (2021-05-10)357
Given an initially empty queue and a series of queue in and out operations, please write a program to output the element…

PROGRAMMING:String pattern matching

Luz5年前 (2021-05-10)409
Given the main string s and mode string P, the program outputs the first position of P in S. if P is not in s, it output…

PROGRAMMING:Reorder all the bits of a whole positive integer to form a maximum number

Luz5年前 (2021-05-10)435
Enter a positive integer and reorder all the bits of the number to get the maximum value.###Input format:Enter a positiv…

PROGRAMMING:Mobile phone bill

Luz5年前 (2021-05-10)417
Xiao Ming's mobile phone costs 1 yuan a day, and he gets 1 yuan for every k yuan he consumes. At the beginning, Xiao Min…

PROGRAMMING:Output rectangle

Luz5年前 (2021-05-10)357
Read in 2 integers a and B, and output the rectangle of B * B composed of A.###Input format:Enter 2 integers a and B wit…

PROGRAMMING:Success is from failure to failure, also still do not change enthusiasm( Higher education society, exercise 2-6 of Python programming foundation and Application

Luz5年前 (2021-05-10)392
Use the print() function to print out the following.```Churchill said: "success is from failure to failure, and still do…

PROGRAMMING:Life is short, I want to learn Python

Luz5年前 (2021-05-10)537
The message "life is short, I want to learn Python!" Assign the value to the variable m and print it out.###Input format…

PROGRAMMING:My favorite sports are as follows

Luz5年前 (2021-05-10)967
Print out in the following format.###Input format:nothing###Output format:See output example.###Input example:```innothi…