f(x)=x(x-c)2在x=2处有极大值,则常数c的值为( )。
6
论述监理工程师在工程施工监理过程中应做到的“四不准”。
执行下列程序段之后,输出的结果是______。 public class Test8 { public StatiC void main (String[] args) { byte a=2; short b=3; long c=4; c=a%b*4%b; System. out.println (c); }}
A.2
B.1
C.-2
D.-1