📅  最后修改于: 2022-03-11 14:44:51.281000             🧑  作者: Mango
It returns an iterator pointing to the first
element in the range [first, last) that is greater than value,
or last if no such element is found.
upper_bound( arr,arr+n,data);