Compare commits
No commits in common. "1713729d5e9ca52d8c44895fe73fc773f4da2ed1" and "c4caa7ddee7b9e236c029be4f327cac8badd56a4" have entirely different histories.
1713729d5e
...
c4caa7ddee
@ -4,13 +4,6 @@ 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) {
|
||||||
@ -70,50 +63,8 @@ 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