Skip to content

Instantly share code, notes, and snippets.

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