0
Why we use count what it do ?
2 ответов
0
std::count() returns number of occurrences of an element in a given range. Returns the number of elements in the range [first,last) that compare equal to val.
http://www.cplusplus.com/reference/algorithm/count/
0
we also use printf. what is difference in printf and cout