Run ID:109922
提交时间:2025-02-13 12:40:55
#include<iostream> using namespace std; int main (){ double a,b; cin>>a>>b; printf("%.2lf",a/b); }