摘要: 代码 #include<cstdio>#include<iostream>using namespace std;int main(){ while(1) { char ch; double a[200]={0},sum=0,n; int i=0; cin>>a[0]; if(a[0]==0&&(g 阅读全文
posted @ 2017-07-20 09:20 xyzllm 阅读(107) 评论(0) 推荐(0)