while( a&&b || c&&d )

이걸 (a and b) or (c and d)로 하려면

a,b하고 c,d를 ()로 묶어야됨 아니면 {}로 묶어야됨?