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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Selling cloth

Luz5年前 (2021-05-10)455
When customers buy cloth, the salesman measures it with a meter ruler, cuts it and hands it to customers. How many times…

PROGRAMMING:Insert sort or heap sort

Luz5年前 (2021-05-10)512
According to the definition of Wikipedia:**Insert sort * * is an iterative algorithm, which obtains the input data one b…

PROGRAMMING:Exchange with zero

Luz5年前 (2021-05-10)457
It's not difficult to sort any permutation of {0, 1, 2,..., n-1}. To add a little difficulty here, you can only increase…

PROGRAMMING:press forward to the enemy's capital

Luz5年前 (2021-05-10)429
This topic is a war blockbuster - you need to start from your own base camp and fight all the way to the enemy base camp…

PROGRAMMING:On virtue and talent

Luz5年前 (2021-05-10)447
Sima Guang, a historian of the Song Dynasty, has a famous "theory of virtue and talent" in Zizhitongjian: "it is the sag…

PROGRAMMING:single af

Luz5年前 (2021-05-10)511
"Single dog" is a Chinese nickname for single people. This topic asks you to find out the guests who are left alone from…

PROGRAMMING:Pop Sequence - Hard Version

Luz5年前 (2021-05-10)734
Now there is a stack with unlimited capacity. You are supposed to push numbers in a given sequence into the stack one by…

PROGRAMMING:Inverse hash problem

Luz5年前 (2021-05-10)414
Given a hash table of length $$n $, the most common hash mapping for integer processing is $$H (x) = x \% n $. If we dec…

PROGRAMMING:String sorting -- the use of string class

Luz5年前 (2021-05-10)497
First enter the number of strings you want to enter. Then type the set of strings on a new line. Each string ends with a…

PROGRAMMING:String connection

Luz5年前 (2021-05-10)443
Enter two strings from the keyboard, connect the second string at the end of the first string, and then output the conne…