多项选择题

以下4条语句,没有语法错误的是()

A.if (a>b)m =a;
B.if (a){;}
C.if ((a=b)>=0)m=a;
D.if ((a=b;)>=0)m=a;