{"raw_statement":[{"iden":"problem statement","content":"There is a class with $N$ students. The height of the $i$\\-th student $(1 \\leq i \\leq N)$ is $A_i$.\nFor each $j=1,2,\\ldots,Q$, answer the following question.\n\n*   How many of the $N$ students have a height of at least $x_j$?"},{"iden":"constraints","content":"*   $1 \\leq N,Q \\leq 2 \\times 10^5$\n*   $1 \\leq A_i \\leq 10^9$\n*   $1 \\leq x_j \\leq 10^9$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$ $Q$\n$A_1$ $A_2$ $\\ldots$ $A_N$\n$x_1$\n$x_2$\n$\\vdots$\n$x_Q$"},{"iden":"sample input 1","content":"3 1\n100 160 130\n120"},{"iden":"sample output 1","content":"2\n\nThe students with a height of at least $120$ are the $2$\\-nd and $3$\\-rd ones."},{"iden":"sample input 2","content":"5 5\n1 2 3 4 5\n6\n5\n4\n3\n2"},{"iden":"sample output 2","content":"0\n1\n2\n3\n4"},{"iden":"sample input 3","content":"5 5\n804289384 846930887 681692778 714636916 957747794\n424238336\n719885387\n649760493\n596516650\n189641422"},{"iden":"sample output 3","content":"5\n3\n5\n5\n5"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}