From 60214bc8d0cfa68c1e3b74b62d9dcd1f548390eb Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 24 Sep 2023 21:04:29 +0300 Subject: Solved 5 problem in the last Div.4 --- contests/Round896/B/main_input1.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contests/Round896/B/main_input1.txt (limited to 'contests/Round896/B/main_input1.txt') diff --git a/contests/Round896/B/main_input1.txt b/contests/Round896/B/main_input1.txt new file mode 100644 index 0000000..551cc43 --- /dev/null +++ b/contests/Round896/B/main_input1.txt @@ -0,0 +1,9 @@ +1 +7 2 3 5 +0 0 +1 -2 +-2 1 +-1 3 +1 -2 +2 -2 +-3 -3 \ No newline at end of file -- cgit v1.2.3