int a = 2,b = 3, c =4; for(int x=-10;x<10;x++) { y=a*a*x+b*x+c; printf("%d,%d",x,y); }
65,179
社区成员
250,527
社区内容
加载中
试试用AI创作助手写篇文章吧