Please enable JavaScript.
Coggle requires JavaScript to display documents.
C++ (std:: (count, endl, stoi, transform, accumulate, .begin(), .end()),…
C++
std::
count
endl
stoi
transform
accumulate
.begin()
.end()
vector
push_back()
size()
[]
pop_back()
clear()
empty()
auto
printf()
putchar()
getchar()