Tag: problem: (D) Touchy-Feely Palindromes Solve in C

April Fools Contest 2017, problem: (D) Touchy-Feely Palindromes Solution in C

#include <stdio.h> #include <string.h> int main(){ int i, num, flag=0; char str; scanf(“%s”, str); num = strlen(str); if(num == 1){ if(str == ‘3’ || str...

Want to stay up to date with the latest news?

We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!