Advertisement
webmanix

Untitled

Oct 20th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. int meliante(int x)
  2. {
  3.     while(x/100>0) if((x%1000)^171) x/=10; else return 1;
  4.     return 0;    
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement