sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
#include <iostream> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <time.h> | |
using namespace std; | |
int createZombie() { | |
if (rand() % 67 < 10) | |
return 11; |
//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> |