#include using namespace std; int main(int argc, char** argv) { vector intVector; // creates a vector of ints with zero elements return (0); }