Skip to content

Instantly share code, notes, and snippets.

View s1nisteR's full-sized avatar
🎯
Focusing

s1nisteR s1nisteR

🎯
Focusing
View GitHub Profile
@s1nisteR
s1nisteR / main.cpp
Created May 29, 2022 17:20
Initializing 2D C++ Vectors
#include <iostream>
#include <vector>
using namespace std;
int main()
{
//=========Initializing 2D vectors==================
int n, m;