当前位置:首页
> Luz 第2649页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Catch a mouse ~ lose or gain?
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
In social networks, individuals or units (nodes) are connected through certain relationships (edges). They are affected…
PROGRAMMING:Jiugongge input method
Suppose there is a nine palace input method, and the keyboard layout is as follows:```[ 1,.?! ] [ 2ABC ] [ 3DEF ][ 4GH…
PROGRAMMING:Train dispatching
```1 = = = = = ˂ -- moving direction/3 ===== \2 = = = = = ˃ - moving direction```You may have seen "train car schedulin…
PROGRAMMING:The big guns hit the mosquitoes
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
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
**[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
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
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
Given a number $$a $$($$1 / Le A / Le 9 $$) and a non negative integer $$n $$($$0 / Le n / Le 100000 $$), find the sum o…