Compare commits

..

No commits in common. "a37b9879d2ed2027ae1e3b92ff90755f6cd61e55" and "6f1fe862ce0ce0eefd4a0839c24a18de89397933" have entirely different histories.

View File

@ -1,5 +1,6 @@
//#include <stdio.h>
//#include <Windows.h>
//
//void main() {
// SetConsoleCP(1251);
// SetConsoleOutputCP(1251);
@ -7,6 +8,7 @@
// int i;
// int s;
//
//
// printf("Ââîä n = ");
// scanf_s("%d", &n);
//
@ -17,4 +19,5 @@
// i = i + 2;
// s++;
// } while (s < n);
//
//}