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