Run ID:101662
提交时间:2024-12-15 18:44:31
#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; }