通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有以下程序:
#include mian() { char c; for(;(c=getchar())!= '#';) putchar(++c); }
执行时如输入为:abcdefgh#<回车>,则输出结果是( )。