代码如下:
#include<iostream> using namespace std; int main() { float t; int n; cin>>t>>n; cout<<t/n<<endl; cout<<n*2; }
程序有问题吗,请大神解答 非常感谢!