问答题 main()
     {
     if(2*2==5<2*2==4)
       printf("T");
     else
       printf("F");
     }
   ______
【正确答案】F
【答案解析】