Created
November 8, 2017 19:10
-
-
Save vanities/f6d0f59bc16b8b0d343e55c1d2e09fff to your computer and use it in GitHub Desktop.
2d vector C++ fixed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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