WoodMan 潛水喵 says to OwO /c #include<stdio.h> int main() { int a = 181; int b = 192; std::cout << (a &= b) << std::endl; return 0; }