{"problem":{"name":"与指定数字相同的数的个数","description":{"content":"输出一个整数序列中与指定数字相同的数的个数。","description_type":"Markdown"},"platform":"Luogu","limit":{"time_limit":1000,"memory_limit":131072},"difficulty":{"LuoguStyle":"P1"},"is_remote":true,"is_sync":true,"sync_url":null,"sign":"LGB2087"},"statements":[{"statement_type":"Markdown","content":"输出一个整数序列中与指定数字相同的数的个数。\n\n## Input\n\n输入包含三行：\n\n第一行为 $n$，表示整数序列的长度（$n\\le100$）；\n\n第二行为 $n$ 个整数，整数之间以一个空格分开；\n\n第三行包含一个整数，为指定的整数 $m$。 \n\n## Output\n\n输出为 $n$ 个数中与 $m$ 相同的数的个数。\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"LGB2087","tags":["循环结构"],"sample_group":[["3\n2 3 2\n2","2"]],"created_at":"2026-03-03 11:09:25"}}