摘要: #include<iostream> using namespace std; int main() { double w[4],t[4],l[4],tmp[3]; for(int i=0;i<3;i++) cin>>w[i]>>t[i]>>l[i]; double r=0; for(int i=0 阅读全文
posted @ 2020-02-09 11:33 QRain 阅读(153) 评论(0) 推荐(0)