赞
踩
C语言实现函数打印
直接看代码
#include <stdio.h> #include <math.h> int main() { //初始化变量 int x=0,xx; int y; //标系参数 int a,b; printf("请输入横坐标最大值:"); scanf("%d",&a