01 2015 档案

摘要:#include#include#includeusing namespace std;int main(){ int t;scanf("%d",&t); int c=t; while(t--){ long long x; int b; d... 阅读全文
posted @ 2015-01-20 23:43 JarvisLau 阅读(142) 评论(0) 推荐(0)
摘要:#include#include#include#include#include#include#includeusing namespace std;int n,m;const int maxn=110;vector g[maxn];int du[maxn];bool topsort(){ ... 阅读全文
posted @ 2015-01-15 19:59 JarvisLau 阅读(177) 评论(0) 推荐(0)