Skip to content

Instantly share code, notes, and snippets.

@DINKIN
Created August 13, 2016 23:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DINKIN/d1021c4ba75d523af17df6e39cb48ef1 to your computer and use it in GitHub Desktop.
Save DINKIN/d1021c4ba75d523af17df6e39cb48ef1 to your computer and use it in GitHub Desktop.
<mra> ResortNet2: http://pastebin.com/raw/rtwbSf2D
int aaron;
double lewis;
char dinkin[55];
scanf("%d", &aaron);
scanf("%lf", &lewis);
scanf("%c", dinkin);
scanf("%[^\n]", dinkin);
printf("%d\n", aaron+i);
printf("%.1lf\n", lewis+d);
printf("%s%s\n", s, dinkin);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment