/** * Created by Jingyu Yan * @date 2024-10-01 */ #include int main() { char *n = malloc(1024); return 0; }