#include using namespace std; int main() { vector a; for(int i=0;i<=5;i++) { a.push_back(i); } cout<<"Size: "<