b004. 輸入什麼就印到哪裡
Tags : for迴圈 scanf
Accepted rate : 185人/187人 ( 99% ) [非即時]
評分方式:
Tolerant

最近更新 : 2024-11-01 14:41

Content

輸入一個數字 n,然後從 1 印到 n

Input

int 整數。

Output
Sample Input #1
5

Sample Output #1
1 2 3 4 5

Sample Input #2
3
Sample Output #2
1 2 3
Sample Input #3
9
Sample Output #3
1 2 3 4 5 6 7 8 9
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (50%): 1.0s , <1K
公開 測資點#1 (50%): 1.0s , <1K
Hint :

scanf 和 for迴圈

Tags:
for迴圈 scanf
出處:
[管理者: coolsea(coolsea) ]


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