#include <stdio.h> int main(int argc, char const *argv[]) { char c; while(c=getchar() != '\n') { printf("%c", c); } return 0; }
上面的程序,程序运行之后输入hello运行结果应该是hello的,,但为什么是乱码?
望远
半枯
wakinzc
相关分类