#6644: 為什麼這樣過不了><


gns880134 (CC)


#include <iostream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

using namespace std;

int main()
{
    char *a;
    while(scanf("%s",a)!=EOF)
    {
    printf("hello, %s",a);
    }
    return 0;
}

請問為什麼這樣打不會過><?!!