Untitled

 avatar
unknown
plain_text
2 years ago
204 B
2
Indexable
#include <iostream>
#include <cmath>
using namespace std;
int main() {
	unsigned int a = 11, b = 9 , step = 4;
	cout << ~a << endl;
	int ff = a^b;
	cout << ff << endl;
	cout << b<<step << endl;
}
Editor is loading...