diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-04-15 17:19:02 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-04-15 17:19:02 +0200 |
| commit | 418399fef4556f890e965adb7b1e483fefbb4f0e (patch) | |
| tree | 85cf9ae24aa0e6bfe60ad8e0ecda29497aef2948 /codeforces/MedianOfAnArray/main_input0.txt | |
| parent | a842a62b4aadfc24e3f7c3a234325476868dcdad (diff) | |
| download | competitive-programming-418399fef4556f890e965adb7b1e483fefbb4f0e.tar.xz competitive-programming-418399fef4556f890e965adb7b1e483fefbb4f0e.zip | |
Solved 2 problems on codeforces
Diffstat (limited to 'codeforces/MedianOfAnArray/main_input0.txt')
| -rw-r--r-- | codeforces/MedianOfAnArray/main_input0.txt | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
