#include #include using namespace std; int main() { for(int i = 0; i < 20 ; i++){ cout << (char)219 << ' '; } cout << endl; return 0; }