diff options
Diffstat (limited to 'problems/findpalindromes/data/secret')
-rw-r--r-- | problems/findpalindromes/data/secret/1.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/1.in | 3 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/2.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/2.in | 3 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/3.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/3.in | 3 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/4.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/4.in | 3 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/5.ans | 6 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/5.in | 7 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/6.ans | 1 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/6.in | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/7.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/7.in | 3 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/8.ans | 2 | ||||
-rw-r--r-- | problems/findpalindromes/data/secret/8.in | 3 |
16 files changed, 46 insertions, 0 deletions
diff --git a/problems/findpalindromes/data/secret/1.ans b/problems/findpalindromes/data/secret/1.ans new file mode 100644 index 0000000..97c28ba --- /dev/null +++ b/problems/findpalindromes/data/secret/1.ans @@ -0,0 +1,2 @@ +Strong Palindrome +Strong Palindrome diff --git a/problems/findpalindromes/data/secret/1.in b/problems/findpalindromes/data/secret/1.in new file mode 100644 index 0000000..666f80d --- /dev/null +++ b/problems/findpalindromes/data/secret/1.in @@ -0,0 +1,3 @@ +2 +kayak +KayaK diff --git a/problems/findpalindromes/data/secret/2.ans b/problems/findpalindromes/data/secret/2.ans new file mode 100644 index 0000000..97c28ba --- /dev/null +++ b/problems/findpalindromes/data/secret/2.ans @@ -0,0 +1,2 @@ +Strong Palindrome +Strong Palindrome diff --git a/problems/findpalindromes/data/secret/2.in b/problems/findpalindromes/data/secret/2.in new file mode 100644 index 0000000..52a4f82 --- /dev/null +++ b/problems/findpalindromes/data/secret/2.in @@ -0,0 +1,3 @@ +2 +azertyuiopoiuytreza +Nah That's'tahT haN diff --git a/problems/findpalindromes/data/secret/3.ans b/problems/findpalindromes/data/secret/3.ans new file mode 100644 index 0000000..73b9190 --- /dev/null +++ b/problems/findpalindromes/data/secret/3.ans @@ -0,0 +1,2 @@ +Weak Palindrome +Weak Palindrome diff --git a/problems/findpalindromes/data/secret/3.in b/problems/findpalindromes/data/secret/3.in new file mode 100644 index 0000000..15e8e79 --- /dev/null +++ b/problems/findpalindromes/data/secret/3.in @@ -0,0 +1,3 @@ +2 +Kayak +hellEh diff --git a/problems/findpalindromes/data/secret/4.ans b/problems/findpalindromes/data/secret/4.ans new file mode 100644 index 0000000..73b9190 --- /dev/null +++ b/problems/findpalindromes/data/secret/4.ans @@ -0,0 +1,2 @@ +Weak Palindrome +Weak Palindrome diff --git a/problems/findpalindromes/data/secret/4.in b/problems/findpalindromes/data/secret/4.in new file mode 100644 index 0000000..1a0eb46 --- /dev/null +++ b/problems/findpalindromes/data/secret/4.in @@ -0,0 +1,3 @@ +2 +azerTYUiopoiuytreza +NAH That's'TAHT haN diff --git a/problems/findpalindromes/data/secret/5.ans b/problems/findpalindromes/data/secret/5.ans new file mode 100644 index 0000000..d957986 --- /dev/null +++ b/problems/findpalindromes/data/secret/5.ans @@ -0,0 +1,6 @@ +Not a Palindrome +Not a Palindrome +Not a Palindrome +Not a Palindrome +Strong Palindrome +Weak Palindrome diff --git a/problems/findpalindromes/data/secret/5.in b/problems/findpalindromes/data/secret/5.in new file mode 100644 index 0000000..151a785 --- /dev/null +++ b/problems/findpalindromes/data/secret/5.in @@ -0,0 +1,7 @@ +6 +bye bye +Not this time! +Ty for reading this btw +Idk if you're struggling with tests, gl +kayak, gotchahctog ,kayak +Anotherehtona diff --git a/problems/findpalindromes/data/secret/6.ans b/problems/findpalindromes/data/secret/6.ans new file mode 100644 index 0000000..93f90f7 --- /dev/null +++ b/problems/findpalindromes/data/secret/6.ans @@ -0,0 +1 @@ +Not a Palindrome diff --git a/problems/findpalindromes/data/secret/6.in b/problems/findpalindromes/data/secret/6.in new file mode 100644 index 0000000..88fe0c3 --- /dev/null +++ b/problems/findpalindromes/data/secret/6.in @@ -0,0 +1,2 @@ +1 +I'm too lazy to do it lol diff --git a/problems/findpalindromes/data/secret/7.ans b/problems/findpalindromes/data/secret/7.ans new file mode 100644 index 0000000..c067956 --- /dev/null +++ b/problems/findpalindromes/data/secret/7.ans @@ -0,0 +1,2 @@ +Strong Palindrome +Weak Palindrome diff --git a/problems/findpalindromes/data/secret/7.in b/problems/findpalindromes/data/secret/7.in new file mode 100644 index 0000000..90ae75b --- /dev/null +++ b/problems/findpalindromes/data/secret/7.in @@ -0,0 +1,3 @@ +2 +BeVentyr6uu6rytneVeB +gvjJkhH6sJjs6HhkJjvg diff --git a/problems/findpalindromes/data/secret/8.ans b/problems/findpalindromes/data/secret/8.ans new file mode 100644 index 0000000..3c6e716 --- /dev/null +++ b/problems/findpalindromes/data/secret/8.ans @@ -0,0 +1,2 @@ +Strong Palindrome +Not a Palindrome diff --git a/problems/findpalindromes/data/secret/8.in b/problems/findpalindromes/data/secret/8.in new file mode 100644 index 0000000..29c553f --- /dev/null +++ b/problems/findpalindromes/data/secret/8.in @@ -0,0 +1,3 @@ +2 +CEcFPblaEBBEalbPFcEC +hell nah that's not |