#include <stdio.h> #include <string.h> int main(){ char *s; char *p; scanf("%s",s); p=strchr(s,'a'); if(p) printf("%s",p); else printf("Not Found!"); return 0; }
望远
慕的地6079101
醉清风tomorrow
相关分类