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


gns880134 (CC)

學校 : 國立臺灣師範大學附屬高級中學
編號 : 25786
來源 : [36.239.166.240]
最後登入時間 :
2017-04-02 22:52:44
a001. 哈囉 -- Brian Kernighan | From: [220.137.128.141] | 發表日期 : 2012-05-19 14:35

#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;
}

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

 
ZeroJudge Forum