下列语句片段:inta=-67,b=116,c=78;intd=~a|b&c;System.out.println();输出结果为()。
A:70
B:67
C:78
D:56
出自:计算机科学