Aspies For Freedom

Full Version: Palindrome writing contest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
No DNA, UFO. Tofu and on.
Mmmmm.

Madam, I'm Adam.
A man a plan a canal Panama.
oohh thats a good one.

Code:
#include <stdio.h>
#include <stdlib.h>

char a_buffer[5000];
int i;

void main() {
  gets(a_buffer);
  for(i=5000; i>0; i=i-1)
   putchar(a_buffer[i]);
}


I know it's a stupid way to do it, but quick and dirty C program to test your palindromes (This comes from the guy who used hardcoded values in a C program to add up a shopping list)

A man, a plan, a car, a baku, a bat, a tab, a UK, a bar, a canal, Panama!

Note: When I said "a UK" I ment litiraly a united kingdom, therefor it is correct grammer. Also a baku is a dream eating animal in Japanese mythology.

Quote:
The Finnish word SAIPPUAKIVIKAUPPIAS (a soapstone seller) is the longest known palindrome in any language according to the Guinness Book of World Records. It is claimed that two other Finnish palindromes are SAIPPUAKUPPINIPPUKAUPPIAS (soap cup trader) and SOLUTOMAATTIMITTAAMOTULOS (the result from a measurement laboratory for tomatoes) although technically the latter is a compound of four words.


Click here for more palindromes!
Ok, there aren't any palindromic sentences there. Those require a bit of thought.

Lad, do live bats stab evil odd Al?
Reference URL's