#include<stdio.h> int main (void){ char ch; char sh; ch=70; sh=84; printf("%c%c%c\n",ch,ch,sh) ; return 0; }