добавил 1 лабу
This commit is contained in:
parent
c73c478326
commit
444b454924
@ -4,15 +4,59 @@ 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");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
SetConsoleCP(1251);
|
||||||
|
SetConsoleOutputCP(1251);
|
||||||
|
aboutme();
|
||||||
|
}
|
||||||
|
|
||||||
int me;
|
int me;
|
||||||
// fvfr
|
// fvfr
|
||||||
for (int i = 0; i < n; i++) {
|
for (int i = 0; i < n; i++) {
|
||||||
printf("%d", n);
|
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