From d2d5b3b5ca9ae0b13c347ae77f6abd15fdb44390 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 1 Nov 2023 21:03:55 +0200 Subject: Added a debug.h which contains all nesccseary functions to debug my code --- contests/Round901/B/main_input3.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contests/Round901/B/main_input3.txt (limited to 'contests/Round901/B/main_input3.txt') diff --git a/contests/Round901/B/main_input3.txt b/contests/Round901/B/main_input3.txt new file mode 100644 index 0000000..6e20ecd --- /dev/null +++ b/contests/Round901/B/main_input3.txt @@ -0,0 +1,13 @@ +4 +3 3 1 +6 7 8 +1 5 9 +3 3 2 +6 7 8 +1 5 9 +3 3 3 +6 7 8 +1 5 9 +3 3 4 +6 7 8 +1 5 9 \ No newline at end of file -- cgit v1.2.3