Skip to content

Commit

Permalink
Addition of two numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksathwik03 committed Apr 10, 2022
1 parent 9be7af2 commit 9fb5147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions participants/Ksathwik03Add.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
int a, b; cin >> a >> b;
cout << (ll) a + b << endl;

0 comments on commit 9fb5147

Please sign in to comment.