现象:写苹果采购的时候,无报错,无警告,但调试输入数据后显示断言失败下面是我的代码
#include int main() { int a, b; scanf_s(" % d % d", &a, &b); printf("%d", a * b); return 0; }
这是输入和断言失败