Run ID:101664
提交时间:2024-12-15 18:44:33
#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<fixed<<setprecision(3)<<(double)a/b<<" "<<a%b<<endl; }