Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
1713729d5e | |||
444b454924 | |||
c73c478326 | |||
7f60455eb0 | |||
d8aeca72f6 |
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user