单项选择题

以下程序的输出结果是
   #include<iostream.h>
   void main( )
    int a=21,b=11;
   cout<<- -a+b;

A.30
B.31
C.32
D.33