#include “stdio.h”main(){ int x=5, y=8, t; ; ; ; printf(“%d,%d\n”,x,y);}
收起
补充代码t = x;x = y;y = t;
报告相同问题?