Run ID:88602
提交时间:2024-08-19 15:26:17
#include <iostream> using namespace std; int main(){ double a,b; scanf("%lf %lf",&a,&b); printf("%.2lf",a/b); }