scanf(“%d/%d%c%d/%d”, &num1, &denom1, &sign, &num2, &denom2); Keeps on scanning for user input at the console

前端 未结 0 718
名媛妹妹
名媛妹妹 2020-12-30 15:52

scanf("%d/%d%c%d/%d", &num1, &denom1, &sign, &num2, &denom2); This statement keeps on scanning for user input at the console, no matter how ma

相关标签:
回答
  • 消灭零回复
提交回复
热议问题