import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int [] yuki_GCP = new int [3]; for(int i=0; i<3; i++){ yuki_GCP[i]=sc.nextInt(); } String S = sc.next(); int [] friend_GCP = new int [3]; for(int i=0; i