Run ID:88579
提交时间:2024-08-19 14:22:46
#include<iostream> using namespace std; int main(){ double a,s; cin>>a>>s; printf("%.2lf",a/s); }