Last active
December 17, 2015 20:48
-
-
Save ericbroska/5669868 to your computer and use it in GitHub Desktop.
Вариант 1.
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
1 вариант. | |
=== | |
А1. [1] | |
А2. [2] | |
А3. [4] | |
А4. [3] | |
А5. [3] | |
А6. [1] | |
А7. [4] | |
А8. [2] | |
А9. [4] | |
А10. [1] | |
А11. [3] | |
А12. [4] | |
А13. [2] | |
B1. [21211] | |
B2. [26] | |
B3. [6] | |
B4. [125] | |
B5. [52] | |
B6. [22] | |
B7. [8] | |
B8. [10001] | |
B9. [17] | |
B10. [Б4] | |
B11. [BCDA] | |
B12. [470] | |
B13. [28] | |
B14. [31] | |
B15. [64] | |
С1. | |
1. | |
При вводе числа 532 программа выдает 12 | |
2. | |
Ошибка 1: | |
а) строка перед циклом product := N mod 10; | |
б) исправление: product := 1; | |
Ошибка 2 | |
а) заголовок цикла while N >= 10 do begin | |
б) исправление: while N > 0 do begin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment