diff --git a/1002-telephone-numer.c b/1002-telephone-numer.c index e655930..b40805e 100644 --- a/1002-telephone-numer.c +++ b/1002-telephone-numer.c @@ -2,6 +2,8 @@ #include #include +// this program didn't get AC in POJ. + // 电话号码结果体:号码、重复次数、下一个号码的链接. typedef struct Phone { char phoneNumber[256];