1230 lines
28 KiB
C++
1230 lines
28 KiB
C++
#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}акрногн
|
||
#include <Wкакакамафмафмфвамва>
|
||
void main() {
|
||
int N #include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y); #include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}
|
||
уп
|
||
п
|
||
е
|
||
пе
|
||
п
|
||
а
|
||
амапимвываыивпаы
|
||
|
||
int me;
|
||
// fvfr
|
||
for (int#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
} i = 0; i < n; i++) {
|
||
printf("%d", n);
|
||
}
|
||
void aboutme() {
|
||
printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("день:сегодня\n");
|
||
#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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();
|
||
}
|
||
// добавил ничего
|
||
#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100); printf("антон\n");
|
||
printf("юрьевич\n");
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
printf("антон\n");
|
||
printf("юрьевич\n"); printf("антон\n");
|
||
printf("юрьевич\n");
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
void StNabor1(HDC hdc) {
|
||
#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
}
|
||
}printf("антон\n");
|
||
printf("юрьевич\n");
|
||
}
|
||
}
|
||
паы
|
||
ип
|
||
ипа
|
||
и
|
||
|
||
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
ипаипаипипа
|
||
и
|
||
ип
|
||
ивпипипипаиаыпв.
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
void aboutme() {
|
||
printf("hello wo#include <stdio.h>
|
||
#include <Windows.h>
|
||
void main() {
|
||
int N = 0;
|
||
int k = 0;
|
||
int l = 0;
|
||
void aboutme() {
|
||
printf("hello world\n");
|
||
printf("стародубцев\n");
|
||
printf("антон\n");
|
||
printf("юрьевич\n");
|
||
printf("ПИбд14\n");
|
||
printf("день:сегодня\n");
|
||
printf("privet mir");
|
||
// елочка
|
||
void StClausAuto(HDC hdc, int x, int y) {
|
||
// верхний треугольник
|
||
MoveToEx(hdc, 20 + x, 0 + y, NULL);
|
||
LineTo(hdc, 30 + x, 20 + y);
|
||
LineTo(hdc, 10 + x, 20 + y);
|
||
LineTo(hdc, 20 + x, 0 + y);
|
||
|
||
// средний треугольник
|
||
MoveToEx(hdc, 20 + x, 10 + y, NULL);
|
||
LineTo(hdc, 30 + x, 40 + y);
|
||
LineTo(hdc, 10 + x, 40 + y);
|
||
LineTo(hdc, 20 + x, 10 + y);
|
||
|
||
// нижний треугольник
|
||
MoveToEx(hdc, 20 + x, 30 + y, NULL);
|
||
LineTo(hdc, 40 + x, 80 + y);
|
||
LineTo(hdc, 0 + x, 80 + y);
|
||
LineTo(hdc, 20 + x, 30 + y);
|
||
}
|
||
|
||
void StNabor1(HDC hdc) {
|
||
|
||
StClausAuto(hdc, 0, 0);
|
||
StClausAuto(hdc, 200, 200);
|
||
StClausAuto(hdc, 100, 100);
|
||
StClausAuto(hdc, 0, 200);
|
||
StClausAuto(hdc, 200, 0);
|
||
|
||
}
|
||
|
||
void StNabor2(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x = x + 60;
|
||
} while (x <= 180 * 2);
|
||
|
||
}
|
||
|
||
void StNabor3(HDC hdc) {
|
||
int x = 60;
|
||
int y = 0;
|
||
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
y = y + 100;
|
||
} while (y <= 500);
|
||
|
||
}
|
||
void StNabor4(HDC hdc) {
|
||
int y = 0;
|
||
int x = 0;
|
||
do {
|
||
StClausAuto(hdc, x, y);
|
||
x += 50;
|
||
|
||
void main() {
|
||
SetConsoleCP(1251);
|
||
SetConsoleOutputCP(1251);
|
||
aboutme();
|
||
}
|
||
|
||
int me;
|
||
// 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");
|
||
}
|
||
|
||
|