用户输出
148764311
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#48031 | #1226. czq的集合并集 | Accepted | 100 | 24 ms | 420 K | C++ 11 / 119 B | Veritas | 2021-05-10 19:31:14 |
#include <iostream>
using namespace std;
int main() {
int a, b;
cin >> a >> b;
cout << (a | b);
return 0;
}
用户输出
2147483647
系统信息
Exited with return code 0
用户输出
1610205179
系统信息
Exited with return code 0
用户输出
1538785147
系统信息
Exited with return code 0
用户输出
2013180663
系统信息
Exited with return code 0
用户输出
1386610430
系统信息
Exited with return code 0
用户输出
1878519030
系统信息
Exited with return code 0
用户输出
2062284799
系统信息
Exited with return code 0