CodePudding user response:
The scanf & amp; A. & amp; bCodePudding user response:
Line 5, the scanf (" % d % d ", a, b); In front of the ab with less & amp; , & amp; A, & amp; bCodePudding user response:
The relative standard codeThe include & lt; Stdio. H>
Int main ()
{
Int a, b;
Int sum;
The scanf (" % d % d ", a, b);
Sum=a + b;
Printf (" sum is % d ", sum);
return 0;
}
CodePudding user response:
Should be the scanf (" % d % d ", & amp; A, & amp; b);CodePudding user response:
The scanf (" % d % d ", a, b);A, b two variables without & amp; symbol