#include #include int main( ) { std::cout << std::string( 5, '*' ) << std::endl ; return 0 ; }