class Main {
	public static void main (String[] args) {
		double teste = 673.0 / 5455 * 100;
        System.out.println(teste);  
	}
}

//https://pt.stackoverflow.com/q/189478/101