using namespace std; #include int main () { int i=0; while (i<10) { cout << "ciao" << endl; i++; } return 0; }