fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. int temp1 = 9, temp2 = 9, temp3 = 15, temp4 = 0;
  6. temp1 = temp1^temp2;
  7. cout << temp1;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5444KB
stdin
Standard input is empty
stdout
Standard output is empty