摘要: 颜色合成 阅读全文
posted @ 2022-02-03 13:38 ethon-wang 阅读(30) 评论(0) 推荐(0) 编辑
摘要: code #include<iostream> using namespace std; int a[11][11], b[11], bj[11] = {0}, n, k, sum = 0; int f(int s) { int i1; if (s == n) { sum++; if (sum == 阅读全文
posted @ 2022-02-03 11:40 ethon-wang 阅读(39) 评论(0) 推荐(0) 编辑
摘要: code #include<algorithm> #include<iostream> using namespace std; int a[105], b, n; int main() { ios::sync_with_stdio(false); while (cin >> n >> b) { / 阅读全文
posted @ 2022-02-03 09:55 ethon-wang 阅读(95) 评论(0) 推荐(0) 编辑