From 6b548332bfc6469756526002971c422f43f86d0a Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 24 Jul 2023 13:11:33 +0300 Subject: Removed some empty *.cpp files and Solved some new problems --- contests/Round#809/A/B/C/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 contests/Round#809/A/B/C/main.cpp (limited to 'contests/Round#809/A/B/C/main.cpp') diff --git a/contests/Round#809/A/B/C/main.cpp b/contests/Round#809/A/B/C/main.cpp deleted file mode 100755 index 9549f1d..0000000 --- a/contests/Round#809/A/B/C/main.cpp +++ /dev/null @@ -1,13 +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