真嗣 • 1天前
using namespace std; int main() {
double a,b,c,d;
cin>>a>>b>>c;
a=a/10;
b=b*10+c;
printf("%.2f",a/b); return 0; }
评论:
请先登录,才能进行评论