#include<stdio.h> int main(){ char ch='T';char ah='F'; printf("%c",ah); printf("%c",ah); printf("%c",ch); return 0; }