#include<stdlib.h>
int main()
{
    char *ptr = malloc(100);
    return 0;
}