摘要: 原题:https://www.luogu.com.cn/problem/P7072?contestId=37027 满分代码: 1 #include <bits/stdc++.h> 2 using namespace std; 3 int n,w,num,t[605]; 4 int ans; 5 i 阅读全文
posted @ 2020-11-21 22:09 九州霜 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 原题:https://www.luogu.com.cn/problem/P7071?contestId=37027 满分代码①:二进制&&位运算(&) 1 #include <bits/stdc++.h> 2 using namespace std; 3 int n; 4 int main(){ 5 阅读全文
posted @ 2020-11-21 21:35 九州霜 阅读(199) 评论(0) 推荐(0) 编辑