Posts by Lucas Gabriel • 1 point
1 post
-
-1
votes1
answer30
viewsQ: with I do to print multiples of N in a range in C language, my code does not run
#include <stdio.h> #include <stdlib.h> #include <conio.h> #include <string.h> #include <math.h> main() { int n, a, b; scanf("%d %d %d", &n, &a, &b);…