梁一菲 • 1个月前
int a, b, c, d, e; scanf("%d%d%d", &a, &b, &c); d = c; c = a; e = b;
a = d;
b = e; printf("%d %d %d", a, b, c);
评论:
请先登录,才能进行评论