#include <iostream> #include <vector> using namespace std; int main() { vector<int> example(what ever size you want); }