已解决 被禁言 张恩昊 资深天翼 #include<iostream> using namespace std; int main() { double a,b; cin>>a>>b; cout<<(int)a/b<<" "<<a/b; return 0; }