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