已解决 杨文轩 新手光能 题目链接: 酷町堂:1600 #include<iostream> using namespace std; int main(){ int a=2,b=3,c=0,d=0; cout<<a&&b<<a&&c<<c&&d; return 0; }