摘要: 3.程序流程图 4.代码实现 #include<bits/stdc++.h> using namespace std; main() { int x, y, z, num=0; printf(" Men Women Children\n"); for(x=0;x<=10;x++) { y=20-2* 阅读全文
posted @ 2023-05-24 18:43 yblll 阅读(12) 评论(0) 推荐(0)