{ N=-1; t=getchar(); while(t!=EOF) { v=getchar(); if((t==' ' && v==' ') || (t==' ' && v=='#'))...
Separate names with a comma.