Hello DMOJ


Submit solution

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

Authors:
Problem type
Allowed languages
Java 19, Java 8

題目說明

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

輸入

由鍵盤輸入一段文字s

輸出

我聽到了,你說:s

sample input & output

輸入 輸出
DataSet1 你好哇 我聽到了,你說:你好哇
DataSet2 我就讀東吳大學資管系 我聽到了,你說:我就讀東吳大學資管系
DataSet3 這是我第一支DMOJ程式 我聽到了,你說:這是我第一支DMOJ程式

Comments

There are no comments at the moment.