Untitled

Anonymous
plain_text
11/17/2022 5:24 PM
272 B
19
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...