Run ID:92172
提交时间:2024-09-28 14:39:38
#include<iostream> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.2lf",a/b); }