
#include <stdio.h> #include <conio.h> int main (void) { char c='\b'; while ( (c=getch()) * (((c-' ')&&putchar(c))|1) * (c-13) ); getch(); return 1; }大家继续编译一下这个程序有没有问题

小代码,大智慧
#include <stdio.h> #include <conio.h> int main (void) { char c='\b'; while ( (c=getch()) * (((c-' ')&&putchar(c))|1) * (c-13) ); getch(); return 1; }大家继续编译一下这个程序有没有问题