填空题

以下程序的运行结果是 【8】
#include<iostream.h>
void main() bool t1=8,t2=0,t3=1;
cout<<t1<<’\t’<<t2<<’\t’<<t3<<end1;

【参考答案】

1 0 1