标签:span 交换 std 起点 pre printf scanf code amp
#include<stdio.h> int main() { int a,b,c; while(scanf("%d %d",&a,&b)!=EOF) { c=a; a=b; b=c; printf("%d %d",a,b); } return 0; }
标签:span 交换 std 起点 pre printf scanf code amp
原文地址:https://www.cnblogs.com/Estwind/p/9716297.html