Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Created August 26, 2020 23:21
Show Gist options
  • Save ampulhetadosaber/7f6f6ad657e16ed7b7e9798d1cb33333 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/7f6f6ad657e16ed7b7e9798d1cb33333 to your computer and use it in GitHub Desktop.
vector<int> I;
// declaramos um vector de int de nome I
vector<char> C;
// declaramos um outro vector, so que este é de char com nome C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment