int main() { char s[100]; gets (s); titlecase(s); puts(s); return 0; }