当前位置:首页
> Luz 第2761页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Switch seats
After the final exam, the automation class had a dinner party, where ZJ and Xiaohui ate at the same table. ZJ wants to s…
PROGRAMMING:Finding prime pairs
Goldbach's conjecture is known to all. Now we don't want to prove this conclusion, but want to arbitrarily take an even…
PROGRAMMING:Two point distance
Enter the coordinates of two points, your task is to calculate the geometric distance between two pointsIs it simple?###…
PROGRAMMING:{A} + {B}
Give you two sets, request {a} + {B}Note: there may be the same elements in the same set###Input format:Each group of in…
PROGRAMMING:Prime square
Given a number, judge whether it is prime. If it is prime, output yes and its square. If not, output No###Input format:T…
PROGRAMMING:Design and implement a minstack class based on minimal stack
Minimum stack design and implementation of a minstack class, requires at least the following three methods1、 * * push *…
PROGRAMMING:Xiao Ming's great method of shrinking bones
The magic Xiaoming recently invented a powerful "bone shrinking method". He defined that if a character is followed by a…
PROGRAMMING:The cognitive order of little Y Series
It's the new semester again. The new primary school girls are coming again. The wolves in little Y's dormitory are ready…
PROGRAMMING:greatest common divisor
There are three positive integers x, y, Z (0 ˂ x, y, Z ˂ 10 ^ 6), where Z ≠ y. If the greatest common divisor of X and Y…
PROGRAMMING:Solve equation 2
Since the last time, Shao completed the PE teacher's homework with the help of the program of his friends, the teacher t…