入出力が正しく機能しません。助けてください。
これが私のコードです...
char choice1;
printf("This is a text game! You will be shown what is going on");
printf("\nand it is up to you to decide what to do.");
printf("\n\nThere is a gem on the ground.");
printf("\nWhat do you want to do");
printf("\n>");
scanf("%c", &choice1);
if (choice1 == pick up gem) {
printf("Got Gem");
}