開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Dev C++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
問有沒有簡單的辦法如迴圈或遞迴
餵入的資料(Input):
1到9
預期的正確結果(Expected Output):
輸入1得到 0 1 2 3 4 5 6 7 8 9
輸入2得到 01 02 03 04 05 06 07 08 09 10 12 一直下去
數字彼此不能重複 例如不能出現11 22 33 44
錯誤結果(Wrong Output):
正確
程式碼(Code):(請善用置底文網頁, 記得排版)
http://pastebin.com/gN0BBfAa
補充說明(Supplement):
我很笨 什麼都不會 直接用爆破 想問正規但不要看不懂的解法