摘要: #include<bits/stdc++.h> using namespace std; void print(int s[]); int judge(int c[]); int j = 0; int main() { int sweet[10] = {10, 2, 8, 22, 16, 4, 10 阅读全文
posted @ 2023-05-04 20:00 kxzzow 阅读(11) 评论(0) 推荐(0)