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/Round887/B/gen.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contests/Round887/B/gen.py (limited to 'contests/Round887/B/gen.py') diff --git a/contests/Round887/B/gen.py b/contests/Round887/B/gen.py new file mode 100644 index 0000000..7cdb534 --- /dev/null +++ b/contests/Round887/B/gen.py @@ -0,0 +1,4 @@ +import sys + +for i in range((int(sys.argv[1]) // 2) + 1): + print(i, int(sys.argv[1]) - i) -- cgit v1.2.3