Advertisement
Saleh127

Untitled

Apr 6th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. {
  5. long double a,b,c=0,d=0,e,f,i,j,k,l;
  6. cin>>a>>b;
  7. c=b*log(a);
  8. d=a*log(b);
  9. if(c<d) printf("<\n");
  10. else if(c>d) printf(">\n");
  11. else printf("=\n");
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement