{ ll @a, @b, @c; if(a+b+c==3)wt("A+B+C=Infinity"); else printf("A+B+C=%lld",a+b+c); }