0
已解决
谈文瑞
新手光能
新手光能
#include<bits/stdc++.h>
using namespace std;
int main()
{
double s=0.1;
cin>>n;
while(s<n)
{
i++;
s*=2;
}
cout<<i;
return 0;
}
哪错了?谢谢!
1604 折纸
题目描述 Description
有一张纸,其厚度为0.1毫米,将它对折多少次会超过桌面板的厚度n,(10<n<30)
输入描述 Input Description
桌面的厚度n
输出描述 Output Description
对折的次数
样例输入 Sample Input
5
样例输出 Sample Output
6