добавил 1 лабу
This commit is contained in:
parent
c73c478326
commit
444b454924
@ -4,15 +4,59 @@ 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");
|
||||
|
||||
}
|
||||
|
||||
|
||||
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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user