import java.util.;
public class Main {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
float n = scan.nextFloat();
float ans = (n9)/100;
System.out.println(ans);
}
}
// test case not clear but conmpile time ans come
