SOLILOQUY
歌手:舵
发行时间:2021-06-18
发行公司:SHOOC
#include <stdio.h>
int main()
{
char mood[26];
printf("Enter your mood: ");
scanf("%s", mood);
printf("The current mood is %s.", mood)
#include <stdio.h>
int main()
{
char mood[26];
printf("Enter your mood: ");
scanf("%s", mood);
printf("The current mood is %s.", mood);
return 0;
}
请输入你的心情: