随笔分类 -  萌新

摘要:#include#include#define maxn 100010int a[maxn];int col[maxn];int n;void DFS(int num){ ... 阅读全文
posted @ 2019-01-04 22:15 汤文 阅读(109) 评论(0) 推荐(0)
摘要:#include#include#includestruct node{ char name[20]; struct node *next;};struct node *cre... 阅读全文
posted @ 2018-12-31 22:01 汤文 阅读(122) 评论(0) 推荐(0)