有以下程序#includemain(){ int a=5,b=1,t;t=(a<<2|b); printf(“%d ”,t)}程序运行后的输出结果是

时间:2022-11-11 20:38:04

相似题目