BH

Pascal

NT
19 tháng 12 2021 lúc 23:55

 

#include <bits/stdc++.h>

using namespace std;

double a,b,c,tb;

int main()

{

cin>>a>>b;

tb=(a+b)/3;

cout<<fixed<<setprecision(1)<<tb<<endl;

if ((tb>=5) and (a>=3) and (b>=3)) cout<<"Dau";

else cout<<"Rot";

return 0;

}

Bình luận (0)

Các câu hỏi tương tự
LC
Xem chi tiết
LC
LC
NT
Xem chi tiết
DD
Xem chi tiết
H24
Xem chi tiết
NH
Xem chi tiết
LC
Xem chi tiết
H24
Xem chi tiết