Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:求助!Java写的,总是Runtime Error

Posted by oo88371576 at 2010-07-10 20:30:22 on Problem 1001
In Reply To:Re:求助!Java写的,总是Runtime Error Posted by:oo88371576 at 2010-07-10 20:29:51
> 我也一样,为什么呢!?!?
	
	import java.math.BigDecimal;
	import java.util.Scanner;
	
	
	public class Main{
		
		private static int n;
		private static BigDecimal result;
		
		public static void main(String args[]){
			
			Scanner sc = new Scanner(System.in);
			
			while(true){
				result = sc.nextBigDecimal();
				n = sc.nextInt();	
				
				result = result.pow(n);
				
				System.out.println(result);
				
				
			}
			
		}
	
	}

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator