曾經被Google封禁的神秘網站。
7 kyu, Validate the Euro bill 這題是驗證一串英數字的格式正確性, 我的解法是: local function strn ( ch ) return ch : byte () - 64 end local function va...