Skip to content

Ligtmdtc/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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

About

The second one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published