zhouxuanbo
zhouxuanbo
全部文章
比赛
luogu(8)
数据(3)
模板(2)
归档
标签
去牛客网
登录
/
注册
beelake的博客
__beelake
全部文章
/ 比赛
(共2篇)
noip普及组2018T1 标题统计
原题地址 思路 读入后线性扫描输出即可。 代码 #include<iostream> #include<cstdio> using namespace std; string s; int ans; int main() { getlin...
2018-12-02
0
575
noip普及组2018T2 ***
原题地址 p1位置加s1个工兵,先算一遍双方势力之差,然后依次枚举把s2个工兵放在所有的兵营里,取最小就行了 #include<iostream> #include<cmath> #include<cstdio> using namespace std...
2018-11-30
0
429