#include <stdio.h> #include <string.h> int main() { char buf[10000] = { 0 }; int i = 0; gets(buf); for (i = strlen(buf)&...