问题标题: http://judge.codingtang.com/problem/1347/

0
0

0
1
杨子逸
杨子逸
新手天翼
新手天翼
    cin>>s1;
    a=s1*3.2;
    s2=a/2.8;
    printf("%.0f",s2);

自己定义和加头文件

0
0
0
0
朱苏婉
朱苏婉
中级守护
中级守护
ans=n*3.2;
m=ans/2.8;
m=(int)m;
我要回答