import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int N = sc.nextInt(); int M = sc.nextInt(); String S = sc.next(); long[] B = new long[M]; long[] A = new long[N]; for (int i=0;i