Compare commits
2 Commits
6f1fe862ce
...
a37b9879d2
Author | SHA1 | Date | |
---|---|---|---|
|
a37b9879d2 | ||
|
f1aed17e4b |
@ -1,6 +1,5 @@
|
|||||||
//#include <stdio.h>
|
//#include <stdio.h>
|
||||||
//#include <Windows.h>
|
//#include <Windows.h>
|
||||||
//
|
|
||||||
//void main() {
|
//void main() {
|
||||||
// SetConsoleCP(1251);
|
// SetConsoleCP(1251);
|
||||||
// SetConsoleOutputCP(1251);
|
// SetConsoleOutputCP(1251);
|
||||||
@ -8,7 +7,6 @@
|
|||||||
// int i;
|
// int i;
|
||||||
// int s;
|
// int s;
|
||||||
//
|
//
|
||||||
//
|
|
||||||
// printf("Ââîä n = ");
|
// printf("Ââîä n = ");
|
||||||
// scanf_s("%d", &n);
|
// scanf_s("%d", &n);
|
||||||
//
|
//
|
||||||
@ -19,5 +17,4 @@
|
|||||||
// i = i + 2;
|
// i = i + 2;
|
||||||
// s++;
|
// s++;
|
||||||
// } while (s < n);
|
// } while (s < n);
|
||||||
//
|
|
||||||
//}
|
//}
|
Loading…
Reference in New Issue
Block a user