#include #include int main() { char *gyumolcs; gyumolcs = (char*) malloc(30 * sizeof(char)); scanf("%s" gyumolcs); printf("%s\n", gyumolcs); }