class Premiers {

    public static void main(String[] args) {

	Locale.setDefault(Locale.ENGLISH);	
        Scanner scan = new Scanner(System.in);

        // Lit le nombre N
        int N = scan.nextInt();

	// fait la recherche et affiche le résultat
    }

}
