Hello DMOJ


Submit solution

Points: 10
Time limit: 2.0s
Memory limit: 256M

Author:
Problem type
Allowed languages
Java 19, Java 8

題目說明

請用鍵盤輸入一段文字,並輸出指定文字(如以下樣本說明)。

輸入

由鍵盤輸入一段文字s

輸出

You say:s

sample input & output

輸入 輸出
DataSet1 Hello You say:Hello
DataSet2 Goodbye You say:Goodbye

Comments

There are no comments at the moment.