c语言代码求
时间:2023-02-02 10:45:44
哪个大佬能看看我哪里写错了,看了老半天了,不会写,谢谢了
#include <stdio.h>#define LOWER 1
#define UPPER 500
#define STER 5
int main()
{
int one;
for (one = LOWER, one <= UPPER, one = one + STER)
printf("%d\t%d\n", one, (one * 5));
}
最佳答案
哪个大佬能看看我哪里写错了,看了老半天了,不会写,谢谢了
#include <stdio.h>