import std.stdio;void main(){foreach(ref c;readln~" ")putchar=(c|*(&c-1))^*(&c-2)?35:32;}