{"problem":{"name":"Counting 2","description":{"content":"There is a class with $N$ students. The height of the $i$\\-th student $(1 \\leq i \\leq N)$ is $A_i$. For each $j=1,2,\\ldots,Q$, answer the following question. *   How many of the $N$ students have a h","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc231_c"},"statements":[{"statement_type":"Markdown","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$?\n\n## Constraints\n\n*   $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.\n\n## Input\n\nInput 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$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc231_c","tags":[],"sample_group":[["3 1\n100 160 130\n120","2\n\nThe students with a height of at least $120$ are the $2$\\-nd and $3$\\-rd ones."],["5 5\n1 2 3 4 5\n6\n5\n4\n3\n2","0\n1\n2\n3\n4"],["5 5\n804289384 846930887 681692778 714636916 957747794\n424238336\n719885387\n649760493\n596516650\n189641422","5\n3\n5\n5\n5"]],"created_at":"2026-03-03 11:01:14"}}