下列C++代码中m的值是多少: #include <iost...
发布于 2022-03-03 17:32:08
下列C++代码中m的值是多少:
#include <iostream> using namespace std int main() { int m bool a = true bool b = false int x = 10 int y = 5 m = ((x | y) + (a + b)) cout << m return 0 }
登录后免费查看答案
关注者
0
被浏览
22