Моя программа в конце ожидает ввода после того, как я скопирую/вставлю ввод, есть ли способ обойти это?
#c Вопрос: struct node { int value; struct node *next; }; void insertSorted(struct node **head) { char instruction, discard; int m; struct node *newNode, *temp; scanf("%c %d", amp;instruction, amp;m); if…