close

/*
 * AUTHOR : benbendog
 * DATE   : 2011/4/11
 * PROBLEM: given 2 strings, compare if they are the same
            if the same, output yes
            otherwise, judge if the blank cause the problem,
                if so
                    OUTPUT FORMAT ERROR
                else
                    WRONG ANSWER
 * SOLUTION: compare the string first, if the same , output yes

             otherwise, take away all the blank in both string
             then compare again, if the same, output
             OUTPUT FORMAT ERROR , else output WRONG ANSWER
 */

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 lettice0913 的頭像
    lettice0913

    斑的家

    lettice0913 發表在 痞客邦 留言(0) 人氣()