} if(m%19==0&&sum==k) { printf("YES"); } else { printf("NO"); } return 0;
}
if(m%19==0&&sum==k)你这一步的m的值已经不是最初的m,所以m%19需要在最上面处理或者重新定义一个变量的值为m