diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-30 16:08:27 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-30 16:08:27 +0530 |
commit | 3496b0ed08c51e37e135e686b1632fd86f930c2c (patch) | |
tree | 1da44792489607070f3b4ca14d82af05b73e362b /problems/whatsthatprogression/data/secret |
(init): Initialize repository.
Diffstat (limited to 'problems/whatsthatprogression/data/secret')
28 files changed, 28 insertions, 0 deletions
diff --git a/problems/whatsthatprogression/data/secret/1.ans b/problems/whatsthatprogression/data/secret/1.ans new file mode 100644 index 0000000..8dc78e9 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/1.ans @@ -0,0 +1 @@ +Geometric Progression diff --git a/problems/whatsthatprogression/data/secret/1.in b/problems/whatsthatprogression/data/secret/1.in new file mode 100644 index 0000000..12339a4 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/1.in @@ -0,0 +1 @@ +1 2 4 8 16 32 diff --git a/problems/whatsthatprogression/data/secret/10.ans b/problems/whatsthatprogression/data/secret/10.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/10.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/10.in b/problems/whatsthatprogression/data/secret/10.in new file mode 100644 index 0000000..40e259c --- /dev/null +++ b/problems/whatsthatprogression/data/secret/10.in @@ -0,0 +1 @@ +-100 -90 -80 -70 -60 -50 -40 -30 -20 -10 0 10 20 30 40 50 60 70 80 90 100 diff --git a/problems/whatsthatprogression/data/secret/11.ans b/problems/whatsthatprogression/data/secret/11.ans new file mode 100644 index 0000000..8dc78e9 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/11.ans @@ -0,0 +1 @@ +Geometric Progression diff --git a/problems/whatsthatprogression/data/secret/11.in b/problems/whatsthatprogression/data/secret/11.in new file mode 100644 index 0000000..0e91281 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/11.in @@ -0,0 +1 @@ +-1 2 -4 8 -16 32 -64 128 diff --git a/problems/whatsthatprogression/data/secret/12.ans b/problems/whatsthatprogression/data/secret/12.ans new file mode 100644 index 0000000..8dc78e9 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/12.ans @@ -0,0 +1 @@ +Geometric Progression diff --git a/problems/whatsthatprogression/data/secret/12.in b/problems/whatsthatprogression/data/secret/12.in new file mode 100644 index 0000000..4cae50e --- /dev/null +++ b/problems/whatsthatprogression/data/secret/12.in @@ -0,0 +1 @@ +128 -64 32 -16 8 -4 2 -1 diff --git a/problems/whatsthatprogression/data/secret/13.ans b/problems/whatsthatprogression/data/secret/13.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/13.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/13.in b/problems/whatsthatprogression/data/secret/13.in new file mode 100644 index 0000000..54708f7 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/13.in @@ -0,0 +1 @@ +-10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 diff --git a/problems/whatsthatprogression/data/secret/14.ans b/problems/whatsthatprogression/data/secret/14.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/14.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/14.in b/problems/whatsthatprogression/data/secret/14.in new file mode 100644 index 0000000..8e9f1b3 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/14.in @@ -0,0 +1 @@ +-90 -81 -72 -63 -54 -45 -36 -27 -18 -9 0 diff --git a/problems/whatsthatprogression/data/secret/2.ans b/problems/whatsthatprogression/data/secret/2.ans new file mode 100644 index 0000000..8dc78e9 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/2.ans @@ -0,0 +1 @@ +Geometric Progression diff --git a/problems/whatsthatprogression/data/secret/2.in b/problems/whatsthatprogression/data/secret/2.in new file mode 100644 index 0000000..cce79f8 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/2.in @@ -0,0 +1 @@ +1 -3 9 -27 81 -243 diff --git a/problems/whatsthatprogression/data/secret/3.ans b/problems/whatsthatprogression/data/secret/3.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/3.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/3.in b/problems/whatsthatprogression/data/secret/3.in new file mode 100644 index 0000000..4d97e97 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/3.in @@ -0,0 +1 @@ +-1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 diff --git a/problems/whatsthatprogression/data/secret/4.ans b/problems/whatsthatprogression/data/secret/4.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/4.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/4.in b/problems/whatsthatprogression/data/secret/4.in new file mode 100644 index 0000000..7d7df09 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/4.in @@ -0,0 +1 @@ +-2 -4 -6 -8 -10 -12 -14 -16 diff --git a/problems/whatsthatprogression/data/secret/5.ans b/problems/whatsthatprogression/data/secret/5.ans new file mode 100644 index 0000000..03c65c0 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/5.ans @@ -0,0 +1 @@ +Random diff --git a/problems/whatsthatprogression/data/secret/5.in b/problems/whatsthatprogression/data/secret/5.in new file mode 100644 index 0000000..d374182 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/5.in @@ -0,0 +1 @@ +1 3 5 7 9 11 13 15 17 19 21 23 24 25 27 29 31 diff --git a/problems/whatsthatprogression/data/secret/6.ans b/problems/whatsthatprogression/data/secret/6.ans new file mode 100644 index 0000000..03c65c0 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/6.ans @@ -0,0 +1 @@ +Random diff --git a/problems/whatsthatprogression/data/secret/6.in b/problems/whatsthatprogression/data/secret/6.in new file mode 100644 index 0000000..0803afc --- /dev/null +++ b/problems/whatsthatprogression/data/secret/6.in @@ -0,0 +1 @@ +2 4 6 8 10 12 14 16 18 21 22 24 26 29 40 41 diff --git a/problems/whatsthatprogression/data/secret/7.ans b/problems/whatsthatprogression/data/secret/7.ans new file mode 100644 index 0000000..03c65c0 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/7.ans @@ -0,0 +1 @@ +Random diff --git a/problems/whatsthatprogression/data/secret/7.in b/problems/whatsthatprogression/data/secret/7.in new file mode 100644 index 0000000..7d43d2d --- /dev/null +++ b/problems/whatsthatprogression/data/secret/7.in @@ -0,0 +1 @@ +0 1 1 2 3 5 8 13 21 34 55 89 144 diff --git a/problems/whatsthatprogression/data/secret/8.ans b/problems/whatsthatprogression/data/secret/8.ans new file mode 100644 index 0000000..03c65c0 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/8.ans @@ -0,0 +1 @@ +Random diff --git a/problems/whatsthatprogression/data/secret/8.in b/problems/whatsthatprogression/data/secret/8.in new file mode 100644 index 0000000..ff05c48 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/8.in @@ -0,0 +1 @@ +0 9 18 27 36 45 54 63 72 81 90 99 100 108 117 126 135 diff --git a/problems/whatsthatprogression/data/secret/9.ans b/problems/whatsthatprogression/data/secret/9.ans new file mode 100644 index 0000000..e011657 --- /dev/null +++ b/problems/whatsthatprogression/data/secret/9.ans @@ -0,0 +1 @@ +Arithmetic Progression diff --git a/problems/whatsthatprogression/data/secret/9.in b/problems/whatsthatprogression/data/secret/9.in new file mode 100644 index 0000000..b5cbb2b --- /dev/null +++ b/problems/whatsthatprogression/data/secret/9.in @@ -0,0 +1 @@ +-6 -4 -2 0 2 4 6 8 |