Li Kou's 66th biweekly match
Topic 1
Force buckle: 2087. Minimum cost of robot home in grid graph
thinking
When you get the title, you must read it first!!!!! To sum up: This is the brain turn to TM.... 1. At first glance, it is very similar to our usual robot walking problem. We must read the question carefully! 2. His cost calculation rule is to go to line I a ...
Posted on Mon, 29 Nov 2021 04:59:14 -0500 by netrepsa
UVA12657 moving Boxes in a Line
Luogu problem surface
I started to hand in a \ (\ RM STL list \) and tried to lose water. As a result, \ (\ verb!RE! \) flew.
So honestly hand hit the structure linked list.
General idea of the topic
You have \ (n \) boxes numbered \ (1\cdots n \) from left to right on a line on the table. Your task is to simulate four operations:
1 X Y: move ...
Posted on Sun, 28 Nov 2021 15:37:16 -0500 by Rushyo