while(1)
{
    cout<< "wake up:"         << "1 person"<<endl;
    cout<< "eat breakfirst:"  << "1 person"<<endl;
    cout<< "go to hospital:"  << "1 person"<<endl;
    cout<< "eat lunch:"       << "1 person"<<endl;
    cout<< "see moive:"       << "1 person"<<endl;
    cout<< "...:"             << "1 person"<<endl;
    cout<< "sleep:"           << "1 person"<<endl;
}