首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
5154专题
hdu 5154 Harry and Magical Computer(拓扑排序)
题目链接:hdu 5154 Harry and Magical Computer #include <cstdio>#include <cstring>#include <vector>#include <algorithm>using namespace std;const int maxn = 105;int N, M, s[maxn], v[maxn];vector<int>
阅读更多...