@@ -37,8 +37,6 @@ void loop(int hour, int humans, int zombies) {
}
}
attack(humans,zombies,&new_humans,&new_zombies);
if(new_humans<=0||new_zombies<=0){
std::printf("finito pipo");
}else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.