🌈 搜索
📅  最后修改于: 2022-03-11 14:59:11.955000             🧑  作者: Mango
#include int main() { int a = 12, b = 25; printf("Output = %d", a&b); return 0; }