From ef09dc1158cfb989a59af5e987d1791d159ad055 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 13 Mar 2023 12:59:41 +0200 Subject: Solved some problems --- contests/testcont/A/main.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 contests/testcont/A/main.cpp (limited to 'contests/testcont/A/main.cpp') diff --git a/contests/testcont/A/main.cpp b/contests/testcont/A/main.cpp deleted file mode 100755 index 9549f1d..0000000 --- a/contests/testcont/A/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