摘要:
链接:https://www.luogu.org/problemnew/show/P3805 思路:模板,直接上马拉车 代码: 1 //#include<bits/stdc++.h> 2 #include<iostream> 3 #include<vector> 4 #include<stack> 阅读全文
摘要:
链接:https://www.luogu.org/problemnew/show/P3383 思路:模板题,直接上欧筛即可,要注意的是本题要求是输入一个,判断一个,所以额外加一个ans数组 代码: 1 //#include<bits/stdc++.h> 2 #include<iostream> 3 阅读全文