摘要: #include #include using namespace std; int main(){ int m,n,i; float sum; while(cin>>m){ while(m--){ cin>>n; sum = 0; for(i=1;i<=n;i++) ... 阅读全文
posted @ 2019-04-09 20:47 cola_cola 阅读(159) 评论(0) 推荐(0)
摘要: #include #include using namespace std; int main(){ int m,flag; float x1,x2,x3; while(cin>>m){ while(m--){ cin>>x1>>x2>>x3; flag = 0; if((x1+x2)... 阅读全文
posted @ 2019-04-09 20:46 cola_cola 阅读(118) 评论(0) 推荐(0)