Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Грейд. Основные структуры данных. Задача B. Список дел #33

Open
ivanknapp opened this issue Sep 29, 2024 · 0 comments

Comments

@ivanknapp
Copy link

Привет, проходя задачу из курса Грейд. Основные структуры данных.

Задача B. Список дел
https://contest.yandex.ru/contest/59182/problems/B/

Столкнулся с тем что никак не могу пройти эту задачу, я просто не понимаю что ему надо добавить дополнительного в компилятор

Мои шаги:

  1. Копирую код из файла в компилятор
    https://github.com/Yandex-Practicum/algorithms-templates/blob/main/java/sprint2/B/Solution.java
  2. добавляю свои 3 строчки
    while (head != null) { System.out.println(head.value); head = head.next; }

И что я только не пробовал но никак не проходит

Помогите что я делаю не так?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant