Compare commits

..

2 Commits

Author SHA1 Message Date
ee555e1177 323232 2024-11-07 09:42:14 +04:00
c6579eadce 2121 2024-11-07 09:41:18 +04:00

View File

@ -178,13 +178,12 @@ INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
} }
return (INT_PTR)FALSE; return (INT_PTR)FALSE;
} }
#include <stdio.h>
#include <stdio.h> //логика первой лабы
#include<Windows.h> #include<Windows.h>
void main() void main()
{ {
SetConsoleCP(1251); SetConsoleCP(1251);
SetConsoleOutputCP(1251); SetConsoleOutputCP(1251); //3232
printf("Нефедов\n"); printf("Нефедов\n");
printf("Александр\n"); printf("Александр\n");