赞
踩
- package ting00001;
- public class Ting {
- public static void main(String[]args){
- int ll=8844430;//珠穆朗玛峰高度8843.43米转换
- int cc= 0; //折叠次数
- double f = 0.5; //纸张厚度
- while(f<=ll){
- f*=2;
- cc++;
- }
- System.out.println("折叠的次数wei"+cc);
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。