sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| //this is all the header file for cpp | |
| #include<algorithm> | |
| #include<cmath> | |
| #include<bitset> | |
| #include<complex> | |
| #include<deque> | |
| #include<exception> | |
| #include<fstream> | |
| #include<functional> | |
| #include<iomanip> |
| #include <iostream> | |
| #include <stdlib.h> | |
| #include <unistd.h> | |
| #include <time.h> | |
| using namespace std; | |
| int createZombie() { | |
| if (rand() % 67 < 10) | |
| return 11; |