#include <stdio.h>
void main()
{
char a;
scanf("%d",&a);
printf("%d", a);
}

Run-Time Check Failure #2 - Stack around the variable

各位大佬这个错误原因是啥啊?