Skip to content

Instantly share code, notes, and snippets.

@housemeow
Last active December 24, 2015 15:59
Show Gist options
  • Save housemeow/6825115 to your computer and use it in GitHub Desktop.
Save housemeow/6825115 to your computer and use it in GitHub Desktop.
printf("想吃蛋糕嗎?);
int input;
scanf("%d", &input);
if(input==1){
getItem("Cake", 5);
}else{
printf("敬酒不吃 罰酒");
battle();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment