LeetCode107题C语言报错:Runtime Error,请大神帮助改正代码

2025-05-14 20:37:49
推荐回答(1个)
回答(1):

printf("%s",n);
要改成
printf("%c",n);