From 9c245d8cfebd0161f1ad52dcc9c1b5949405f8ff Mon Sep 17 00:00:00 2001 From: hardik123321 Date: Tue, 29 Oct 2019 13:50:36 +0530 Subject: [PATCH 1/4] first commit --- submissions/2018/hardik/a.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 submissions/2018/hardik/a.cpp diff --git a/submissions/2018/hardik/a.cpp b/submissions/2018/hardik/a.cpp new file mode 100644 index 00000000..325ffcbc --- /dev/null +++ b/submissions/2018/hardik/a.cpp @@ -0,0 +1,5 @@ +#include +uisng namespace std; +int main(){ +jdojod +}lwldpefmmfo'dojo From 714142bbfe814bcee678ba4aed362a9885f2c6f0 Mon Sep 17 00:00:00 2001 From: hardik123321 Date: Tue, 29 Oct 2019 13:54:43 +0530 Subject: [PATCH 2/4] second commit --- submissions/2018/hardik/b.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 submissions/2018/hardik/b.cpp diff --git a/submissions/2018/hardik/b.cpp b/submissions/2018/hardik/b.cpp new file mode 100644 index 00000000..e69de29b From 9cc444c063d25bd596bf43889ff80bb184c7b3c3 Mon Sep 17 00:00:00 2001 From: hardik123321 Date: Tue, 29 Oct 2019 13:57:09 +0530 Subject: [PATCH 3/4] second commit --- submissions/2018/hardik/c.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 submissions/2018/hardik/c.cpp diff --git a/submissions/2018/hardik/c.cpp b/submissions/2018/hardik/c.cpp new file mode 100644 index 00000000..f5573707 --- /dev/null +++ b/submissions/2018/hardik/c.cpp @@ -0,0 +1,21 @@ +#include +using namespace std; +#define ll long long int +#define fast() \ +ios_base::sync_with_stdio(false); \ +cin.tie(NULL); +#define endl "\n" + +int main(){ + + fast() + + #ifndef ONLINE_JUDGE + freopen("./input.txt", "r", stdin); + freopen("./output.txt", "w", stdout); + #endif + string s; + cin>>s; + cout< Date: Tue, 29 Oct 2019 13:59:00 +0530 Subject: [PATCH 4/4] second commit --- submissions/2018/hardik/d.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 submissions/2018/hardik/d.cpp diff --git a/submissions/2018/hardik/d.cpp b/submissions/2018/hardik/d.cpp new file mode 100644 index 00000000..e69de29b