學習所有程式語言的第一個練習題 請寫一個程式,可以讀入指定的字串,並且輸出指定的字串。
指定的文字
輸出指定的文字
world C++ mary
hello, world hello, C++ hello, mary
程式說明:因為系統會賦予數量不一的測試資料來測驗您的程式是否正確,因此必須先以一個 while 迴圈來讀取所有的測試資料。 如有疑問,請參考 範例程式碼
golang 的練習器, 很棒。 go go
貢獻 c# 的起手式:
using System; using System.IO;
class Test {
public static void Main() { string line; while ((line = Console.ReadLine()) != null) { Console.WriteLine("hello, " + line); } }
}
比 python 還慢。
LittleOrange請問您願意讓我們在使用手冊張貼你的brainfuck解法嗎
建議把 go 或 c# 開起來。
打開了耶~ 這兩天在弄runtimes 一堆bug 頭大
10/16 已修復測資
還不太會操作, 有些題目能被看答案。
留言
golang 的練習器, 很棒。 go go
貢獻 c# 的起手式:
using System; using System.IO;
class Test {
}
比 python 還慢。
LittleOrange請問您願意讓我們在使用手冊張貼你的brainfuck解法嗎
建議把 go 或 c# 開起來。
打開了耶~ 這兩天在弄runtimes 一堆bug 頭大
10/16 已修復測資
還不太會操作, 有些題目能被看答案。