C++ (Qt)#include <vector>int main (int argc, char const *argv[]){ std::vector<std::vector<int>> v; return 0;}