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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Catch a mouse ~ lose or gain?

Luz5年前 (2021-05-10)426
In a certain place, rats are in a disaster. Now we offer a reward of 10 yuan for each mouse we catch, so we begin to fig…

PROGRAMMING:Importance calculation of nodes in social network graph

Luz5年前 (2021-05-10)455
In social networks, individuals or units (nodes) are connected through certain relationships (edges). They are affected…

PROGRAMMING:Jiugongge input method

Luz5年前 (2021-05-10)409
Suppose there is a nine palace input method, and the keyboard layout is as follows:```[ 1,.?! ] [ 2ABC ] [ 3DEF ][ 4GH…

PROGRAMMING:Train dispatching

Luz5年前 (2021-05-10)401
```1 = = = = = ˂ -- moving direction/3 ===== \2 = = = = = ˃ - moving direction```You may have seen "train car schedulin…

PROGRAMMING:The big guns hit the mosquitoes

Luz5年前 (2021-05-10)341
Now, we use cannons to shoot mosquitoes: mosquitoes are distributed on a two-dimensional plane of a $$m / times n $$latt…

PROGRAMMING:Introduction to arithmetic: addition, subtraction, multiplication and division

Luz5年前 (2021-05-10)398
For the input two integers, the sum difference product quotient is output as required.###Input format:Enter two non nega…

PROGRAMMING:Split expression -- write a tokenizer

Luz5年前 (2021-05-10)477
**[start with the background]**This topic is for junior students and students learning C language, because for this part…

PROGRAMMING:The integer is decomposed into the sum of several terms

Luz5年前 (2021-05-10)408
There are many ways to decompose a positive integer n into several positive integers, such as 7 = 6 + 1, 7 = 5 + 2, 7 =…

PROGRAMMING:Merging of two ordered linked list sequences

Luz5年前 (2021-05-10)410
Given two non descending linked list sequences S1 and S2, we design a function to construct a new non descending linked…

PROGRAMMING:Sequence summation - enhanced version

Luz5年前 (2021-05-10)464
Given a number $$a $$($$1 / Le A / Le 9 $$) and a non negative integer $$n $$($$0 / Le n / Le 100000 $$), find the sum o…