a001. 哈囉
Tags : 基本輸出輸入
Accepted rate : 105908人/115894人 ( 91% ) [非即時]
評分方式:
Tolerant

最近更新 : 2020-01-02 11:12

Content

學習所有程式語言的第一個練習題 
請寫一個程式,可以讀入指定的字串,並且輸出指定的字串。

比如:輸入字串 "world", 則請輸出 "hello, world"

Input

輸入總共一行,內含一組文字

Output

輸出題目指定的文字。

Sample Input #1
world
Sample Output #1
hello, world
Sample Input #2
C++
Sample Output #2
hello, C++
Sample Input #3
Taiwan
Sample Output #3
hello, Taiwan
測資資訊:
記憶體限制: 512 MB
公開 測資點#0 (33%): 1.0s , <1K
公開 測資點#1 (33%): 1.0s , <1K
公開 測資點#2 (34%): 1.0s , <1K
Hint :
Tags:
基本輸出輸入
出處:
Brian Kernighan

Status Forum 排行

ID User Problem Subject Hit Post Date
41123 Elvis0606 (...) a001 1332 2024-07-05 22:04
39197 tony20070530 ... (梁允同) a001
python詳解
4433 2024-01-22 08:16
39369 yuntongliang ... (105 23梁允同) a001
程式新手看過來
2083 2024-02-10 17:43
38785 tony20070530 ... (梁允同) a001
python教學
1246 2023-12-23 13:37
38783 tony20070530 ... (梁允同) a001
C++教學
2951 2023-12-23 13:35