1 2 3 4 5 6 7 8 9 10
#include <vector> std::vector<int> my_method (); int main () { my_method (); return 0; }