From e533bfc447c83eea2f7d8d739f5ebd9315098b7a Mon Sep 17 00:00:00 2001 From: Mitul16 Date: Sun, 10 Apr 2022 15:43:02 +0530 Subject: [PATCH 1/3] Registered! --- participants/Mitul16.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 participants/Mitul16.txt diff --git a/participants/Mitul16.txt b/participants/Mitul16.txt new file mode 100644 index 0000000..32d9cea --- /dev/null +++ b/participants/Mitul16.txt @@ -0,0 +1,4 @@ +Discord ID : infloop#7995 +Roll Number : IIT2020145 +College Name: IIITA +Email : mitul@duck.com From 3d7239e28f0ba2727c00ba513d0b03fe4c845c5b Mon Sep 17 00:00:00 2001 From: Mitul16 Date: Sun, 10 Apr 2022 15:49:17 +0530 Subject: [PATCH 2/3] Reached checkpoint 2 --- participants/Mitul16.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/participants/Mitul16.txt b/participants/Mitul16.txt index 32d9cea..f3331a8 100644 --- a/participants/Mitul16.txt +++ b/participants/Mitul16.txt @@ -2,3 +2,4 @@ Discord ID : infloop#7995 Roll Number : IIT2020145 College Name: IIITA Email : mitul@duck.com +Hobbies : Web Development, Cyber Security, FOSS, badminton and chess From 60573ddc458e060ab87dd53ef9094435ac1a5f76 Mon Sep 17 00:00:00 2001 From: Mitul16 Date: Sun, 10 Apr 2022 16:13:26 +0530 Subject: [PATCH 3/3] Addition of two numbers --- Mitul16-Add.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Mitul16-Add.txt diff --git a/Mitul16-Add.txt b/Mitul16-Add.txt new file mode 100644 index 0000000..39cee89 --- /dev/null +++ b/Mitul16-Add.txt @@ -0,0 +1,2 @@ +int a, b; cin >> a >> b; +cout << (ll) a + b << endl;