编译好慢啊
public class HelloWorld{ public static void main(String[] args){ int num = 999; int count = 0; int temp=1; do { count++; temp*=10; } while(temp<num); System.out.println("它是个"+count+"位的数!"); } } 编译没问题提交老出错。。。
public class HelloWorld{ public static void main(String[] args){ int num = 999; int count = 0; int temp=1; do { count++; temp*=10; } while(temp<num); System.out.println("它是个"+count+"位的数!"); } } 编译没问题提交老出错。。。
2015-10-11
举报