第一次,来个简单的。 摘要:#include<stdio.h> int main() { int x,y; scanf("%d",&x); if (x<=15) { y=2*x; } else …… 题解列表 2022年04月06日 0 点赞 0 评论 485 浏览