文件名称:leetcode用例执行出错-leekcode:Leetcode比赛代码生成器
文件大小:42KB
文件格式:ZIP
更新时间:2024-07-19 21:44:32
系统开源
leetcode 用例执行出错 关于 通过生成针对所有示例案例的执行框架,在 比赛期间简化编码和测试阶段,这样您就可以专注于编写解决方案。 通过单次运行,所有测试用例都将被执行并与您的解决方案的输出进行比较。 Leetcode 中的服务器端测试和一遍又一遍地重新键入自定义测试用例被有效地消除了。 示例模板 从 。 # Kids With the Greatest Number of Candies - LeetCode Contest from collections import * import math # ----- BEGIN CUT HERE ----- class Solution : def kidsWithCandies ( self , candies , extraCandies ): # Your code goes here # ------ END CUT HERE ------ nTc = 0 passing = 0 def runTc ( _name , candies , extraCandies , _expected ): global nTc n
【文件预览】:
leekcode-master
----lib()
--------phrase_iterator.py(2KB)
--------util.py(3KB)
--------vtype.py(2KB)
--------testcase.py(188B)
--------io_spec.py(538B)
--------__init__.py(0B)
--------language()
--------problem.py(3KB)
----main.py(2KB)
----__init__.py(0B)
----LICENSE(1KB)
----test()
--------test_vtype.py(2KB)
--------test_util.py(10KB)
--------__init__.py(0B)
----README.md(4KB)
----logo.png(26KB)
----.gitignore(12B)
----header_example()
--------cpp.txt(285B)
--------py.txt(46B)