public class test 
{
public static void main(String[] args)
{
int i = 015;
int j = 032; 
System.out.println(i);
System.out.println(j);
}
}