#include #include int main() { signal(SIGINT, SIG_IGN); signal(SIGTSTP, SIG_IGN); char ha; while(ha != '~') scanf("%c", &ha); return 0; }