From 1ccba7112b334c0887bd349966219b38eb9ccfb9 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 10 Dec 2023 15:55:42 +0200 Subject: Removed some empty problems and solved 2 problems in rust --- contests/Round828/Round#828/D/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 contests/Round828/Round#828/D/main.cpp (limited to 'contests/Round828/Round#828/D/main.cpp') diff --git a/contests/Round828/Round#828/D/main.cpp b/contests/Round828/Round#828/D/main.cpp deleted file mode 100755 index 8b6b654..0000000 --- a/contests/Round828/Round#828/D/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include - -using namespace std; - -typedef long long ll; -typedef pair ii; -typedef vector vii; -typedef vector vi; - -#define INF 1000000000 - -int main () { - ios_base::sync_with_stdio(false); - cin.tie(NULL); - int tt; - cin >> tt; - while(tt--) { - - } -} -- cgit v1.2.3