Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 141 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 141 Bytes

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); }