Advertisement
jakaria_hossain

Toph - Pythagoras Rocks

Oct 2nd, 2018
90
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. #define fast()(ios_base::sync_with_stdio(false),cin.tie(NULL));
  4. int main()
  5. {
  6. fast();
  7. int x,y,z;
  8. scanf("%d %d %d",&x,&y,&z);
  9. x=max(x,max(y,z));
  10. printf("%d\n",x);
  11. return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement