
public class Main {
  public static void main (String [] argv) {
     System.out.println(0.1 + 0.2 != 0.3);
  }
}