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 diff --git a/submissions/2018/hardik/b.cpp b/submissions/2018/hardik/b.cpp new file mode 100644 index 00000000..e69de29b 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<