CO
unordered_map
юзает контенер где Node будет по значениюSize: a a a
CO
unordered_map
юзает контенер где Node будет по значениюCO
CO
CO
v
unordered_map
в GCC?AZ
DC
DC
DC
v
DC
v
DC
DS
PM
char text[MIDDLE_LINE], second_text[MAX_LINE];
int l = 0;
printf("Podaj text: ");
fgets(text, MIDDLE_LINE, stdin);
printf("Podaj second text: ");
fgets(second_text, MAX_LINE, stdin);
strcat(second_text, text);
printf("\nNowy text: %s", second_text);
Input text: qwerty
Input second text: qwerty
New text: qwerty
qwerty
S
char text[MIDDLE_LINE], second_text[MAX_LINE];
int l = 0;
printf("Podaj text: ");
fgets(text, MIDDLE_LINE, stdin);
printf("Podaj second text: ");
fgets(second_text, MAX_LINE, stdin);
strcat(second_text, text);
printf("\nNowy text: %s", second_text);
Input text: qwerty
Input second text: qwerty
New text: qwerty
qwerty
ПК
DB