Skip to content

Instantly share code, notes, and snippets.

@sofhiasouza
Last active May 6, 2019 02:40
Show Gist options
  • Save sofhiasouza/3356aada75e579dd4296e9699c8d0e48 to your computer and use it in GitHub Desktop.
Save sofhiasouza/3356aada75e579dd4296e9699c8d0e48 to your computer and use it in GitHub Desktop.
#include <set> //biblioteca do set
using namespace std;
int main(){
set<int> t; //cria um set que armazena valores inteiros
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment