#include #include int main() { char n; char s[10]; while (1) { cin>>s; if ( *s=='b') { cout<>n; if (n=='n') { break; } } getch(); return 0; }