求助,40分(C++)
查看原帖
求助,40分(C++)
575863
yuxuanctgzs楼主2022/8/15 20:51

代码如下:

#include<iostream>
using namespace std;
int main()
{
    float t;
    int n;
    cin>>t>>n;
    cout<<t/n<<endl;
    cout<<n*2;
}

程序有问题吗,请大神解答 非常感谢!

2022/8/15 20:51
加载中...