From 64951951612753d467823dd5a3ddcc1916ad0a97 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Tue, 31 May 2022 01:17:07 +0200 Subject: Solved hardcash from codechef --- codechef/hardCash/hardCash.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 codechef/hardCash/hardCash.cpp (limited to 'codechef/hardCash/hardCash.cpp') diff --git a/codechef/hardCash/hardCash.cpp b/codechef/hardCash/hardCash.cpp deleted file mode 100644 index 5f6862e..0000000 --- a/codechef/hardCash/hardCash.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include - -using namespace std; - -int main () { - ios_base::sync_with_stdio(false); - cin.tie(NULL); - int tt; - cin >> tt; - while(tt--){ - - - } -} -- cgit v1.2.3