vector int initialize with increasing numbers

include

include

int main() { std::vector numbers = {1, 2, 3, 4, 5}; return 0; }