lab6 task1
#include <stdio.h>
#include <locale.h>
int main() {
setlocale(LC_ALL, "866");
printf("\x8A\xAE\xA7\xA8\xA3\xA5\xE6\xB8 "); // Козинець
printf("\x93\xA8\xA2\xA6\xA0\n"); // Тимур
return 0;
}
INFO
#include <stdio.h>
#include <locale.h>
int main() {
setlocale(LC_ALL, "866");
printf("\x8A\xAE\xA7\xA8\xA3\xA5\xE6\xB8 "); // Козинець
printf("\x93\xA8\xA2\xA6\xA0\n"); // Тимур
return 0;
}