摘要:
见代码 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include<stdio.h> 3 int main() 4 { 5 int i, j, upp, low, dig, spa, oth; 6 char text[3][80]; 7 upp = low = di 阅读全文
摘要:
函数头为double power(double x,int n)。在主函数中输入x、n并调用该函数求 (函数定义在主函数后面,在调用前做函数声明) 输出x^n 1 #define _CRT_SECURE_NO_WARNINGS 1 2 #include<stdio.h> 3 double power 阅读全文