fork download
  1. #include <vector>
  2.  
  3. std::vector<std::vector<int>> matrix = { { 1, 2, 3 }, { 4, 5 } };
  4. int main() {}
Success #stdin #stdout 0s 3424KB
stdin
Standard input is empty
stdout
Standard output is empty