打赏

相关文章

ABC470

A 按照题意模拟即可。 // Author: heffo_hard #include <bits/stdc++.h> #define up(a,b,c) for(int (a)=(b);(a)<=(c);(a)=-~(a)) #define dn(a,b,c) for(int (a)=(b);(a)>=(c);(a)=~-(a)) #define fst f…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部