#p4245. 习题1.3.8 简单位运算
习题1.3.8 简单位运算
题目描述
给出两个整数,,输出a | b 与 的差。
输入格式
输入2个数:,中间用空格分隔()
输出格式
输出一个答案
样例数据
input
3 5
output
6
数据规模与约定
时间限制:
空间限制:
给出两个整数a,b,,输出a | b 与 a&b 的差。
输入2个数:ab,中间用空格分隔(1≤a≤b≤1018)
输出一个答案
input
3 5
output
6
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.