单项选择题

下面宏定义正确的是 ( )

A.#define S a*b
B.#define PI 3.14;
C.#define max(a,b) ((a) >(b) (a) ;(b) )
D.#define s(x) (x)*(x);