Open
Conversation
added realization of task Witcher
Owner
Author
|
@UsovaMA Проверьте пожалуйста есть ли здесь все задания |
UsovaMA
reviewed
Oct 4, 2021
Comment on lines
+5
to
+25
| void main() | ||
| { | ||
| setlocale(LC_ALL, "rus"); | ||
| int a, b; | ||
| srand(time(NULL)); | ||
| b = rand() % 1000 + 1; | ||
| do | ||
| { | ||
| printf("������� �����: "); | ||
| scanf_s("%d", &a); | ||
| if (a > b) | ||
| { | ||
| printf("������\n"); | ||
| }else if (a < b) | ||
| { | ||
| printf("������\n"); | ||
| } | ||
| } while (a != b); | ||
| printf("WIN"); | ||
| getchar; | ||
| } No newline at end of file |
There was a problem hiding this comment.
По условию в этом задании нужно реализовать два режима игры. Я вижу только один.
Ну и + названия a и b это конечно прикольно, но давай приучимся нормальные названия переменным давать. true_number и input_number, например
|
Owner
Author
|
Я отправлял все, просто в разное время( у меня стоит - на задание, где надо
вычислить ср знач, но я его тоже отправлял) просто возможно, что я во время
отправки накосячил( проверьте пожалуйста, самое первое, я мог вас не
отметить, когда делал пул реквест)
пн, 4 окт. 2021 г., 14:19 UsovaMA ***@***.***>:
…
1. Задание про окружности выложено неправильно (только sln).
2. В целом структура проекта нарушена.
КАК ДОЛЖНО БЫТЬ:
У нас три папки (созданные мной, в них лежат задания).
[image: image]
<https://user-images.githubusercontent.com/22386453/135837122-151dc7dc-1c59-4f9b-9bf6-095dc7036709.png>
Внутри этих папок соответственно выкладываем домашки (HW) и задачи с
класса (TasksInTerminalClass). Причём внутри каждой из этих папок помимо
заданий у нас только одна папка (один большой общий проект с одним
Solution), внутри которого мы создаем новые подпроекты (на паре я это
показывала). Должно получиться примерно следующее:
[image: image]
<https://user-images.githubusercontent.com/22386453/135837401-0307f0cc-7d80-4635-8303-6a2ea94cccb6.png>
Аналогично в папке с домашками.
3. Задачи не все, проверь по таблице, там все задачи подписаны:
https://docs.google.com/spreadsheets/d/1MoguRn2Q_OdIwSN-sMbbFOrdAJctn4IrnG3s8Yem0DU/edit?usp=sharing
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPUXGB4OT34AOSI25366TLUFGEUXANCNFSM5FEAUW4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Ссылки приложи, что смотреть. Я ничего больше не нашла |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


@UsovaMA