1. int main(){
    2. star();
    3. while(1){
    4. updatewithpeople();
    5. updatewithoutpeople();
    6. show();
    7. }
    8. return 0;
    9. }