Skip to content

Instantly share code, notes, and snippets.

@jwon0615
Created March 26, 2018 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwon0615/91b3978b2f297e4cf3b447875a3be3d4 to your computer and use it in GitHub Desktop.
Save jwon0615/91b3978b2f297e4cf3b447875a3be3d4 to your computer and use it in GitHub Desktop.
main(a,b,i){char*c=malloc(100);scanf("%s\n%d %d",c,&a,&b);for(i=a-1;i<b;)printf("%c",*(c+i++));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment