Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. /* run this program using the console pauser or add your own getch, system("pause") or input loop */
  4.  
  5. int main(int argc, char** argv) {
  6. return 0;
  7. }
  8.  
  9. int A=-21, B=-18, C=-21, D=22;
  10.  
  11. if(B > A) {
  12. D=(B*A)*9;
  13. if(A > B) {
  14. D=(C-D)+10;
  15. if(C > A) {
  16. D=(D*C) mod 3;
  17. C=(A-D)+1;
  18. } else {
  19. A=(B div A)*7;
  20. }
  21. } else {
  22. if((C > A) && (A > D)) {
  23. B=(B*A)*10;
  24. C=(C*D)*6;
  25. }
  26. }
  27. } else {
  28. if((C > D) ^ (C > B)) {
  29. if((A > B) ^ (A > C)) {
  30. D=(B*D)-1;
  31. C=(B+A) div 7;
  32. }
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement