From 418399fef4556f890e965adb7b1e483fefbb4f0e Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 15 Apr 2024 17:19:02 +0200 Subject: Solved 2 problems on codeforces --- codeforces/MedianOfAnArray/main_input0.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codeforces/MedianOfAnArray/main_input0.txt (limited to 'codeforces/MedianOfAnArray/main_input0.txt') diff --git a/codeforces/MedianOfAnArray/main_input0.txt b/codeforces/MedianOfAnArray/main_input0.txt new file mode 100644 index 0000000..0b3e47b --- /dev/null +++ b/codeforces/MedianOfAnArray/main_input0.txt @@ -0,0 +1,17 @@ +8 +3 +2 2 8 +4 +7 3 3 1 +1 +1000000000 +5 +5 5 5 4 5 +6 +2 1 2 3 1 4 +2 +1 2 +2 +1 1 +4 +5 5 5 5 -- cgit v1.2.3