Run ID:134454
提交时间:2025-10-27 17:06:45
#include<iostream> using namespace std; int main(){ float a,b; scanf("%f%f",&a,&b); printf("%.2f",a/b); }