開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
Visual C++ 2008
問題(Question):
把轉換大小寫的程式碼寫在主程式可以成功執行
一旦用了函式 就會失敗
餵入的資料(Input):
A B C 1 2 3 d e f
預期的正確結果(Expected Output):
abcDEF
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
http://codepad.org/b0ELpY3D ←全寫在主程式
http://codepad.org/4r99xVBa ←用函式寫 錯誤的
補充說明(Supplement):
有爬過至底13誡 是否是因為第4點的關係?