новое слияние

This commit is contained in:
Anton 2024-11-14 22:16:21 +04:00
commit 1713729d5e

View File

@ -4,6 +4,13 @@ void main() {
int N = 0; int N = 0;
int k = 0; int k = 0;
int l = 0; int l = 0;
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
printf("privet mir"); printf("privet mir");
// елочка // елочка
void StClausAuto(HDC hdc, int x, int y) { void StClausAuto(HDC hdc, int x, int y) {
@ -63,8 +70,50 @@ void main() {
do { do {
StClausAuto(hdc, x, y); StClausAuto(hdc, x, y);
x += 50; x += 50;
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
int me; int me;
// fvfr // fvfr
for (int i = 0; i < n; i++) {
printf("%d", n);
}
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
}
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
void aboutme() {
printf("hello world\n");
printf("стародубцев\n");
printf("антон\n");
printf("юрьевич\n");
printf("ПИбд14\n");
printf("день:сегодня\n");
}
void main() {
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
aboutme();
}
// добавил ничего
printf("fghjy"); printf("fghjy");
} }