填空题 以下程序的运行结果是 【8】
#include<iostream.h>
void main()

bool t1=8,t2=0,t3=1;
cout<<t1<<'/t'<<t2<<'/t'<<t3<<end1;


  • 1、
【正确答案】 1、1 0 1    
【答案解析】