diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-27 16:30:12 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-27 16:30:12 +0300 |
| commit | 5565beca67266d65b28d0c0ad5d1a06178ede73f (patch) | |
| tree | 9e932a7e8b778bb8b38d60c196881dcd7e2e0d3c /codeforces/MakeItUgly/main_input0.txt | |
| parent | 8e8da93654eedfc65e366fa5c97e08b37673fbbc (diff) | |
| download | competitive-programming-5565beca67266d65b28d0c0ad5d1a06178ede73f.tar.xz competitive-programming-5565beca67266d65b28d0c0ad5d1a06178ede73f.zip | |
Solved two dp problems on cses
Diffstat (limited to 'codeforces/MakeItUgly/main_input0.txt')
| -rw-r--r-- | codeforces/MakeItUgly/main_input0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/codeforces/MakeItUgly/main_input0.txt b/codeforces/MakeItUgly/main_input0.txt new file mode 100644 index 0000000..72233ee --- /dev/null +++ b/codeforces/MakeItUgly/main_input0.txt @@ -0,0 +1,9 @@ +4 +3 +2 2 2 +5 +1 2 1 2 1 +1 +1 +7 +3 3 3 5 3 3 3 |
