C++教材第四章习题及解答
第四章
#include
using namespace std;
void main() {
double x, p = 1, total = 1;
int i = 1, sign = 1;
cout << ...;
}
文件大小:23.15KB
第四章
#include
using namespace std;
void main() {
double x, p = 1, total = 1;
int i = 1, sign = 1;
cout << ...;
}
评论区