Fork me on GitHub
摘要: #include#include#include#include #includeint n,m;int f[10001];int tree[10001][301];int r[10001],ans=0;using namespace std;int main(){ scan... 阅读全文
posted @ 2017-02-09 16:07 primes 阅读(190) 评论(0) 推荐(0)
摘要: 题见洛谷#include#include#include#include #includeusing namespace std;int deep,n,maxl=0,anst=999999;struct H{ int tim,tall,last;}st[200];int f[... 阅读全文
posted @ 2017-02-09 09:46 primes 阅读(133) 评论(0) 推荐(0)