Skip to content

Instantly share code, notes, and snippets.

@joaogui1
Last active July 3, 2016 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaogui1/bceb87a5119c384c2203401befbbcc61 to your computer and use it in GitHub Desktop.
Save joaogui1/bceb87a5119c384c2203401befbbcc61 to your computer and use it in GitHub Desktop.
cin >> n;
for(int i = 0; i < n; ++i){
cin >> x[i];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment