Closed erpalma closed 7 years ago
Hello, I'm getting a multiplication error when trying to compile this code:
#include <stdio.h> void main() { int a = 1501; int b = 6754; int calc = a * b; printf("calculated value: %d\n", calc); }
Expected 10137754, calculated 10072218.
Fixed.
Hello, I'm getting a multiplication error when trying to compile this code:
Expected 10137754, calculated 10072218.