
图
图
QAQ!
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Educational Codeforces Round 87 (div2)]1354E - Graph Coloring[dp][01染色]
参考博客 1354E - Graph Coloring[dpdpdp][01染色] 题意 总共有 nnn 个点,mmm 条边 要使得任意边 (u,v)(u, v)(u,v) 中 abs(cnt[u]−cnt[v])=1abs(cnt[u] - cnt[v]) = 1abs(cnt[u]−cnt[v])=1, cnt[i]cnt[i]cnt[i] 表示 iii 点的编号 每个点的编号为 1,2,31, 2, 31,2,3 其中一个 保证边没有重边且没有自环 且 111 的个数为 n1n1n1,222 的..原创 2020-05-29 19:40:45 · 218 阅读 · 0 评论 -
[Codeforces Round #628]1325F - Ehab's Last Theorem[思维+dfs树]
1325F - Ehab’s Last Theorem[思维+dfsdfsdfs树] time limit per test memory limit per test input output 1 seconds 256 megabytes standard input standard output Description: It’s the year 5555. Yo...原创 2020-03-26 14:51:24 · 308 阅读 · 0 评论 -
[Codeforces Round #628]1325C - Ehab and Path-etic MEXs[思维][图]
1325C - Ehab and Path-etic MEXs[最小环] time limit per test memory limit per test input output 1 seconds 256 megabytes standard input standard output Description: You are given a tree consis...原创 2020-03-26 13:48:04 · 199 阅读 · 0 评论 -
[Codeforces Round #628]1325E - Ehab‘s REAL Number Theory Problem[最小环]
1325E - Ehab’s REAL Number Theory Problem[最小环] time limit per test memory limit per test input output 3 seconds 256 megabytes standard input standard output Description: You are given an a...原创 2020-04-01 23:52:51 · 225 阅读 · 0 评论