public class GetConfidence {

    public static void main(String[] arg) {
	ConfidenceCalculator.getConfidence(Double.parseDouble(arg[0]));
    }
} 
