当前位置:首页
> Luz 第2785页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Building a dictionary from two lists
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
Output hollow triangle pattern.###Input format:No input.###Output format:Output hollow triangle pattern.###Input example…
PROGRAMMING:Output right triangle
Output right triangle (right upright).###Input format:No input.###Output format:Output right triangle as follows.###Inpu…
PROGRAMMING:Output diamond
Output diamond pattern.###Input format:No input.###Output format:Output diamond pattern.###Input example:```inNo input.`…
PROGRAMMING:Output hollow diamond
Output hollow diamond###Input format:No input.###Output format:Output hollow diamond pattern.###Input example:```inNo in…
PROGRAMMING:Output minimum value and array subscript
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
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
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
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
Addition, subtraction, multiplication and division are the most basic four operations in primary school mathematics. Now…