单项选择题

以下程序的运行结果是 ( )
  # include<stdio.h>
  main( )
   int a=015,b=22;
   printf("%d,%d\n",a+ +,- -b);

A.15,22
B.15,21
C.13,21
D.14,21