#include<stdio.h>

int main()
{
 char arr+;

 for (int i = 0; i < 10; i++)
     scanf_s("%d", &arr[i]);
}



이거 왜 디버깅 에러 뜨는거임??