#include<stdio.h>
main()
{
int a,b;
scanf ("%2d%*2d%3d",&a,&b);
printf  ("%d",a+b);
}
这个星号是什么意思
我知道这是C++的知识,有谁跟我说一下这 概念