c语言编程问题,出不来结果……帮忙改正一下,谢谢

2025-03-05 00:47:13
推荐回答(1个)
回答1:

printf(“%d %d”,m,n);错误,改成:
printf(“%d %d”,c,d);