摘要:
颜色合成 阅读全文
posted @ 2022-02-03 13:38
ggexs
阅读(35)
评论(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
ggexs
阅读(53)
评论(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
ggexs
阅读(142)
评论(0)
推荐(0)

浙公网安备 33010602011771号