Skip to content

Instantly share code, notes, and snippets.

@vanities
Created November 8, 2017 19:10
Show Gist options
  • Select an option

  • Save vanities/f6d0f59bc16b8b0d343e55c1d2e09fff to your computer and use it in GitHub Desktop.

Select an option

Save vanities/f6d0f59bc16b8b0d343e55c1d2e09fff to your computer and use it in GitHub Desktop.
2d vector C++ fixed
vector<vector<int > > v(M, vector<int> (N));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment