C++教材第四章习题及解答 第四章 #include using namespace std; void main() { double x, p = 1, total = 1; int i = 1, sign = 1; cout << ...; } IOS 28 次浏览 2024-07-20