red 4 лет назад
Родитель
Сommit
002f8c3c09
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      day3.c

+ 1
- 1
day3.c Просмотреть файл

@@ -112,7 +112,7 @@ int main() {
b_index++;
ptr += num_read + 1; // skip the number we just read and the separator
}
free((void*) input_raw); // we don't need the int dist = 0;raw input anymore
free((void*) input_raw); // we don't need the raw input anymore
int min = INT_MAX;
int min_delay = INT_MAX;
int a_delay = 0;

Загрузка…
Отмена
Сохранить