Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 7, 2020 16:27
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 amankharwal/637e492810a1f2ae8371cf31fd3a6199 to your computer and use it in GitHub Desktop.
Save amankharwal/637e492810a1f2ae8371cf31fd3a6199 to your computer and use it in GitHub Desktop.
int n;
cin>>n;
int a = 0;
for (int i = 1; i<=n; i++){
a = a + 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment