#P52. 輸入與輸出
輸入與輸出
題目描述
編寫一個程式,用戶可以輸入任意的字串,系統將輸出指定的字串。
輸入格式
任意文字
輸出格式
hello, 任意文字
Samples
["Chan\r\n","world"]
["hello, Chan\r\n","hello, world"]
提示
使用 input()、print()
備註
testing01
原始資料
- Zero1 題號:
a052 - Hydro 題號:
Z0052 - Locale:
zh_TW - Display:
open
編寫一個程式,用戶可以輸入任意的字串,系統將輸出指定的字串。
任意文字
hello, 任意文字
["Chan\r\n","world"]
["hello, Chan\r\n","hello, world"]
使用 input()、print()
testing01
a052Z0052zh_TWopenBy signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.