package no292; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); char[] s = sc.next().toCharArray(); int t = sc.nextInt(); int u = sc.nextInt(); StringBuilder sb = new StringBuilder(); for(int i=0;i