This commit is contained in:
Oleksandr Vyshniakov 2025-03-20 17:50:44 +01:00
parent b0fb774e70
commit 0614d311ab
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ int main() {
char name[namemax];
if (sscanf(buffer, "%d %99[^\n]", &golosa, name) != 2 || golosa <= 0) {
continue;
break;;
}
int index = find_student(students, count, name);

Binary file not shown.