Untitled

Anonymous
plain_text
11/17/2022 5:23 PM
240 B
15
Indexable
#include <iostream>
#include <cmath>
using namespace std;
int main() {
	unsigned int a = 11, b = 9 , step = 4;
	cout << ~a;
	int ff = a^b;
	cout << ff;
	cout << b<<step;
}
Editor is loading...