[单选题]
下列语句片段: int a=-67,b=116,c=78; int d=-a|b&c; System.out.println(d)的结果为 ( )
A.70
B.67
C.78
D.56
参考答案与解析: