摘要:
Free software is software that respects your freedom and the social solidarity of your community. So it's free as in 自由软件是尊重个人自由和社会团结的软件。所以才能如自由般自由自在。 阅读全文
摘要:
题目 "题目链接" 思路 首先,看数据范围比较小,想到网络流。 对于最短路的那部分,在走到$j$的时候,不能经过$ j$的点,所以在$Floyd$的时候我们加一层限制$K define M 305 using namespace std; const int inf=1e9; int n,m,K,s 阅读全文
摘要:
题目 There is a square grid of size $n×n$. Some cells are colored in black, all others are colored in white. In one operation you can select some rectan 阅读全文
摘要:
题目 You have been hired to supervise the project of a new amusement park. The park will have a special gimmick: directed slides that can get customers 阅读全文