#include<stdio.h>int fun(int a,int b){ int temp; temp=a; a=b; b=temp; return a,b;
}
void main(){ int a,b;
scanf("%d%d",&a,&b);
printf("%d,%d",a,b);
望远
慕设计0550224
Mainstay
相关分类