Skip to content

Instantly share code, notes, and snippets.

@idoushiki
Last active July 18, 2017 13:12
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 idoushiki/7622dd7cfa75819c5e03b7021ab31d66 to your computer and use it in GitHub Desktop.
Save idoushiki/7622dd7cfa75819c5e03b7021ab31d66 to your computer and use it in GitHub Desktop.
int i=0;
char a[7];
char *b[]={"おばか","アホ","まぬけ"};
scanf("%s",a);
for(i=0;i<=2;i++)
if(strcmp(a,b[i])==0)printf("ばかやろう");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment