class F
{
public static void main(String[] args)
{
Integer a = new Integer(100);
int b=a.intValue();
System.out.println(a+b);
}
}
class F
{
public static void main(String[] args)
{
Integer a = new Integer(100);
int b=a.intValue();
System.out.println(a+b);
}
}