#include <iostream> #include <string> using namespace std; int main() { int a=4,b=2,c; c=(a&&b); cout <<"c= "<< c << endl; }
33,319
社区成员
41,771
社区内容
加载中
试试用AI创作助手写篇文章吧