# include  <iostream>

     int main() {
         cout << "Ciao a Tutti!" << endl;
         return 0;
     }
