HDU 3349-lazy gege

#include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ int t; double a,b,l,sl; double s; cin>>t; while(t--){ cin>>l>>a>>b; b=b<a?b:a;
相关文章
相关标签/搜索