摘要:
「ABC 196A」Difference Max Link. 略。 #include<cstdio> long long a,b,c,d; int main(){ scanf("%lld %lld %lld %lld",&a,&b,&c,&d); printf("%lld\n",b-c); retu 阅读全文
摘要:
所以 Chinese Round 出 DS 是传统了对吧。 Description Link. Given is a rooted tree with the \(\sf1\)-th node as the root. The tree will be given in this way: it w 阅读全文