diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-07-13 23:29:10 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-07-13 23:29:10 +0200 |
| commit | 0dff824a69c41aea4d4d54017360a368d0c6602f (patch) | |
| tree | b7d3e5371acc7a0b8a095dac4225bccf091937f5 /MirrorGrid/main_input0.txt | |
| parent | dd684349c67c988ef19707cb65e637b6906fac75 (diff) | |
| download | competitive-programming-0dff824a69c41aea4d4d54017360a368d0c6602f.tar.xz competitive-programming-0dff824a69c41aea4d4d54017360a368d0c6602f.zip | |
Solved some new problems
Diffstat (limited to 'MirrorGrid/main_input0.txt')
| -rw-r--r-- | MirrorGrid/main_input0.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/MirrorGrid/main_input0.txt b/MirrorGrid/main_input0.txt new file mode 100644 index 0000000..019af89 --- /dev/null +++ b/MirrorGrid/main_input0.txt @@ -0,0 +1,25 @@ +5 +3 +010 +110 +010 +1 +0 +5 +11100 +11011 +01011 +10011 +11000 +5 +01000 +10101 +01010 +00010 +01001 +5 +11001 +00000 +11111 +10110 +01111 |
