#include<iostream> #include<fstream> using namespace std; int main() { char ch; double sum=0,x, a[10005]; int i=0; ifstream ...
確定! 回上一頁