100/1

20 lines
335 B
Plaintext
Raw Normal View History

2024-11-15 13:32:31 +04:00
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <Windows.h>
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
2024-11-15 13:35:06 +04:00
printf("fgnjvngj");
2024-11-15 13:32:31 +04:00
printf("<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> = ");
int ch = getchar();
for (int c = ch; c <= ch + 19; c++) {
printf("'%c' (%d)\n", c, c);
}
printf("\n\n\n");
{
int x;
scanf("%d", &x);
}
}