class SimpleExt {
public static void main(String[] args)({
int n = Integer.parselnt(args[0]);
System.out.println("10 / n = " + (10 / n));
System.out.println("After all actions");
}