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

Проблемы с переполнением int, вводом, выводом в заготовках C++ #9

Open
wants to merge 1 commit into
base: java-templates
Choose a base branch
from

Conversation

xjossy
Copy link

@xjossy xjossy commented Dec 20, 2022

В части задач читается int, хотя из условия прямо следует, что числа в него могут не вмещаться.
В задаче G ответ не всегда вмещается в возвращаемое значение типа int, прописанное в заготовке.
В задаче G исправлена ошибка в конструкторе структуры.
В задаче U по условию нужно выводить на отдельных строках, а не через пробел.

Также добавлен #include<string> в задачах, где std::string используется в условии.

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

Successfully merging this pull request may close these issues.

1 participant