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/Round809/A/B/C/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 contests/Round809/A/B/C/main.cpp (limited to 'contests/Round809/A/B/C/main.cpp') diff --git a/contests/Round809/A/B/C/main.cpp b/contests/Round809/A/B/C/main.cpp new file mode 100755 index 0000000..9549f1d --- /dev/null +++ b/contests/Round809/A/B/C/main.cpp @@ -0,0 +1,13 @@ +#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