修正了 TPC 的一些错误,包括 Test 维护后 TPV 无法重新编译或重编译后越界的部分问题
This commit is contained in:
@@ -9,7 +9,7 @@ import t, c
|
||||
|
||||
pagecode: t.CDefine = 65001
|
||||
|
||||
def add(x: int, y: int): return x + y
|
||||
def add(x: int, y: int): return x + y
|
||||
def minus(x: int, y: int): return x - y
|
||||
|
||||
@t.CExport
|
||||
@@ -48,6 +48,4 @@ def main() -> int:
|
||||
#lower_est -= 1
|
||||
#print(lower_est)
|
||||
|
||||
pass
|
||||
|
||||
return 0
|
||||
Reference in New Issue
Block a user