Syntax:
#include <map> size_type count(const key_type& key) const;
count()関数は、マップ内のキーの出現数を返します。 count()の処理時間は対数時間です。