Run ID:136959

提交时间:2025-11-15 17:07:23

#include<iostream> using namespace std; int main() { double a,b; cin>>a>>b; printf("%.2f",a/b); return 0; }