/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package more; import java.math.*; import java.util.Scanner; /** * * @author tichy12 */ public class More { /** * @param args the command line arguments */ public static void main(String[] args) { String vstup; int vstup1,dlzka; int vystup=0; String vystup3=""; Scanner sc = new Scanner(System.in); boolean test=true; while(sc.hasNext()){ vstup=sc.nextLine(); dlzka = vstup.length(); vstup1 = Integer.parseInt(vstup); for(int i=0;i