当前位置:首页
> Luz 第2815页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:What day is today?
Today is Monday, two days later is Wednesday, five days later is Saturday; Today is Saturday, three days later is Tuesda…
PROGRAMMING:Chestnuts and insects
You bought a box of N chestnuts. Unfortunately, when you finished, there was a bug in the box. The insect can eat one ch…
PROGRAMMING:Number table
First, make up a questionXiao Ming is a good ch…
PROGRAMMING:Is it a multiple of 3
How to judge whether a number is a multiple of 3?In addition to directly dividing by 3, we can also sum the numbers on e…
PROGRAMMING:The largest number
The children in the kindergarten love to think…
PROGRAMMING:Match pilot
The flight brigade has several pilots from all over the world, who are specialized in flying one type of aircraft. Each…
PROGRAMMING:Grid access
In a chessboard with $$m times n $$squares, there is a positive integer in each square.Now we need to get the number fro…
PROGRAMMING:Digital trapezoid
Given a number ladder composed of $$n $$rows of numbers, as shown in the figure below. The first line of the ladder has…
PROGRAMMING:Island Rescue
In 1944, special forces Mike received an order from the Ministry of defense to rush to an island in the Pacific Ocean im…
PROGRAMMING:Minimum cost flow
This is a template question.Given a graph, each edge has capacity and cost, and using the unit traffic of each edge need…