Following Orders 【POJ - 1270】(拓扑排序)
此题测试数据貌似给的变量存在重复
所以要用bool数组存储0 ~ 25(a ~b) 是不是变量。之后就是dfs加拓扑排序。
#include <iostream>
#include <algorithm>
#include <cstring>
#include <cstdio>
using namespace std;
const int N = ...
原创
2020-03-20 11:50:54 ·
292 阅读 ·
0 评论