#include #include int matu(int a,int b,int c){ if(a==b||b==c||c==a) return 0; else{ int x,y; (a>b)?(x=a):(x=b); (x>c)?(x=x):(x=c); (a