Re: [問題] 1-9位數不重複印出來 (R)

看板Programming作者 (享受人生快樂至上)時間8年前 (2016/11/29 22:16), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
※ 引述《mikemagic88 (Mikemagic88)》之銘言: : 使用者輸入1 印1-9 : 使用者輸入2 印1-98 (11, 22, 33等重複的不印) : 使用者輸入3 印1-987 (121, 988, 667等有重複的不印) #!/usr/bin/Rscript cat("Enter a number: ") n <- as.integer(readLines(file("stdin"), 1)) s <- formatC(seq(10**n - 1)) unique(vapply(lapply(strsplit(s, ""), unique), paste, character(1L), collapse = "")) 執行: Rscript file.R -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.239.77.6 ※ 文章網址: https://www.ptt.cc/bbs/Programming/M.1480428969.A.942.html

01/28 17:13, , 1F
有上色給推
01/28 17:13, 1F
文章代碼(AID): #1OFOsfb2 (Programming)
文章代碼(AID): #1OFOsfb2 (Programming)