[問題] leetcode 格式

作者: cplusplus426 (c++)   2017-09-25 16:15:51
大家好,最近開始預備在leetcode練習,
先挑了一個非常簡單的題目,也很快就做出要求
但發現正式提交後卻出現了Runtime error的情況,
難道說leetcode的程式編輯區格式要完整的保留嗎 ?
以下是原格式
class Solution(object):
def twoSum(self, nums, target):
"""
:type nums: List[int]
:type target: int
:rtype: List[int]
"""
我想說這程式才幾行而已幹嘛用Class 就只寫Function和輸出輸入而已
作者: pups003 (岡本)   2017-09-25 18:09:00
要保留
作者: Carlchen (等待喜歡薰衣草的女孩)   2017-09-25 19:22:00
它用class叫function input test data,所以要留
作者: TitanEric (泰坦)   2017-09-25 23:28:00
leetcode都這樣喔 建議可以看個說明

Links booklink

Contact Us: admin [ a t ] ucptt.com