当前位置:首页
> Luz 第2987页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Merge two lists and remove duplicate
Input two lists, alist and blist. Each element in the list should be a positive integer and no more than 10;Merge alist…
PROGRAMMING:Reverse order pair
Given an integer sequence of length N, please calculate the number of reverse order pairs in the sequence.The definition…
PROGRAMMING:Substring number matching
Input two strings a and B respectively. A is composed of several small strings (separated by non letters) and B is compo…
PROGRAMMING:Honesty first
Honesty is the foundation of being human. Output the string "Honey test, no cooking!" vertically###Input format:Honesty…
PROGRAMMING:Who is the highest
Xiao Hong, Xiao Ming and Wang Hua are worried about one thing recently. They don't know who is the highest. Please help…
PROGRAMMING:Keep two decimal places
Give you a number a and round it to two decimal places. If the decimal places are less than two, add 0.###Input format:E…
PROGRAMMING:Iceman rescue operation
Little Iceman and little fireman are best friends. Little Iceman is trapped. Little fireman is going to rescue him now.…
PROGRAMMING:Solving binary quadratic integer equation
I'll give you an X, and then I'll get the value of Y through the binary quadratic equation x + x ^ 2 + y = 45.###Input f…
PROGRAMMING:sort
Input a batch of unsorted data, the number is not more than 30, please use the selection method or bubble method to sort…
PROGRAMMING:Little spy
If you are a novice spy, your small organization has invented a rule, the rule is to add 2 to each number and then modul…