摘要:
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* 阅读全文
摘要:
3.程序流程图 4.代码实现 #include<bits/stdc++.h> using namespace std; main() { double sum = 0; int i; for(i=1;i<=64;i++) sum = sum + pow(2,i-1); printf("国王总共需要赏 阅读全文
摘要:
3.程序流程图 4.代码实现 #include<bits/stdc++.h> using namespace std; int a[14]; main() { int i, j=1, n; printf("ħÊõʦÊÖÖеÄÅÆÔʼ³ÌÐòÊÇ£º\n"); for(i=1;i<=13;i 阅读全文