#include <iostream>#include <string> int main() {std::string s;s.reserve(17);s.assign(17, ' ');std::cout << s.capacity();}
Standard input is empty
30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!