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