问题标题: 酷町堂:飞一般的速度

0
0
已解决
孔小川
孔小川
初级光能
初级光能

#include<iostream>
#include<cstdio>
using namespace std;
int s,t;
double v;
int main(){
    cin>>t>>s;
    v=s*1.0/t;
    printf("%.1f",(int)(v*10+0.5)/10.0);
    return 0;
}  

飞一般的速度

对的吗?


0
0
0
我要回答