Advertisement
a53

Bisectoare

a53
Jun 16th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4. ifstream fin("bisectoare.in");
  5. ofstream fout("bisectoare.out");
  6. int nr, rez;
  7. int main()
  8. {
  9. while(fin>>nr)
  10. rez=rez^nr;
  11. fout<<rez;
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement