IP属地:贵州
#include using namespace std; int main() { int a[50], i, sum=0, sorce, j...
编写一个程序,函数zxb(x),其中x 是一个n位的数,函数功能是:求整数x的后n-1喂,如果x是一位数则返回0,要求输入输出均在主函数中完成。...
#include using namespace std; const int MAX_N = 100; int max(int x,int y...
#include #include using namespace std; int main() { int a[10][10] = { 0 ...
#include #include using namespace std; int main() { float r, h, c, s,V,S...
方法一: #include using namespace std; int main() { int a, b, c; for (a = 1;...