Untitled
unknown
plain_text
3 years ago
204 B
5
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...