a825: 不要0(2)
Tags : continue for if while
Accepted rate : 65人/68人 ( 96% ) [非即時]
評分方式:
Tolerant

最近更新 : 2022-10-05 22:50

Content

設計一個程序,當使用者輸入一串數字密碼時,程序會逐行輸出每一個數字(1-9),遇到0則跳過

Input

一個長度為6的數字密碼(0-9)

Output

該密碼從左讀起沒有0的部分,隔行輸出

Sample Input #1
234909
Sample Output #1
2
3
4
9
9
Sample Input #2
320130
Sample Output #2
3
2
1
3
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (33%): 1.0s , <1K
公開 測資點#1 (33%): 1.0s , <1K
公開 測資點#2 (34%): 1.0s , <1K
Hint :
Tags:
continue for if while
出處:
[管理者:
issin@g.puic... (冼一心老師)
]


ID User Problem Subject Hit Post Date
沒有發現任何「解題報告」