// Online Java Compiler
// Use this editor to write, compile and run your Java code online
class Main {
public static void main(String[] args) {
System.out.println(((Object)(1 + 1)).getClass().getName());
System.out.println(((Object)(1 + 1.0)).getClass().getName());
}
}