{"raw_statement":[{"iden":"problem statement","content":"$N$ friends of Takahashi has come to a theme park.\nTo ride the most popular roller coaster in the park, you must be at least $K$ centimeters tall.\nThe $i$\\-th friend is $h_i$ centimeters tall.\nHow many of the Takahashi's friends can ride the roller coaster?"},{"iden":"constraints","content":"*   $1 \\le N \\le 10^5$\n*   $1 \\le K \\le 500$\n*   $1 \\le h_i \\le 500$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$N$ $K$\n$h_1$ $h_2$ $\\ldots$ $h_N$"},{"iden":"sample input 1","content":"4 150\n150 140 100 200"},{"iden":"sample output 1","content":"2\n\nTwo of them can ride the roller coaster: the first and fourth friends."},{"iden":"sample input 2","content":"1 500\n499"},{"iden":"sample output 2","content":"0"},{"iden":"sample input 3","content":"5 1\n100 200 300 400 500"},{"iden":"sample output 3","content":"5"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}