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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Building a dictionary from two lists

Luz5年前 (2021-05-10)416
Enter two lines of string, separated by spaces, and store each line of string as a list. Take the element value of the f…

PROGRAMMING:Output hollow triangle

Luz5年前 (2021-05-10)419
Output hollow triangle pattern.###Input format:No input.###Output format:Output hollow triangle pattern.###Input example…

PROGRAMMING:Output right triangle

Luz5年前 (2021-05-10)446
Output right triangle (right upright).###Input format:No input.###Output format:Output right triangle as follows.###Inpu…

PROGRAMMING:Output diamond

Luz5年前 (2021-05-10)436
Output diamond pattern.###Input format:No input.###Output format:Output diamond pattern.###Input example:```inNo input.`…

PROGRAMMING:Output hollow diamond

Luz5年前 (2021-05-10)489
Output hollow diamond###Input format:No input.###Output format:Output hollow diamond pattern.###Input example:```inNo in…

PROGRAMMING:Output minimum value and array subscript

Luz5年前 (2021-05-10)339
Input 6 integer data (6 numbers can not be the same; Both positive and negative), separated by spaces, and put into the…

PROGRAMMING:Output the maximum value and the subscript of the array

Luz5年前 (2021-05-10)394
Input 6 integer data (6 numbers can not be the same; Both positive and negative), separated by spaces, and put into the…

PROGRAMMING:Output the sum of the remaining data after removing the maximum and minimum values

Luz5年前 (2021-05-10)413
Input 6 integer data (6 numbers can not be the same; Both positive and negative), separated by spaces, and put into the…

PROGRAMMING:Output maximum and minimum

Luz5年前 (2021-05-10)428
Input 6 shaping data (6 numbers can not be the same; Both positive and negative), separated by spaces, and put into the…

PROGRAMMING:Xiao Ming's new operation

Luz5年前 (2021-05-10)515
Addition, subtraction, multiplication and division are the most basic four operations in primary school mathematics. Now…