Life The second one #include<stdio.h> int main(){ int a,b,t; scanf("%d,%d",&a,&b); t=a; a=b; b=t; ptintf("%d,%d",a,b); }