Advertisement
rahat62

Toph- কে হতে চায় কোটিপতি

Jan 30th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.   int a;
  6.   int i,max=0;
  7.   for(i=1;i<=3;i++)
  8.   {
  9.       scanf("%d",&a);
  10.       if(a>max)
  11.         max=a;
  12.   }
  13.   printf("%d\n",max);
  14.  
  15.  
  16.     return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement