修正了 TPC 的一些错误,包括 Test 维护后 TPV 无法重新编译或重编译后越界的部分问题

This commit is contained in:
2026-07-20 11:12:30 +08:00
parent ab73420b4f
commit a277ded8d4
476 changed files with 4000 additions and 3439 deletions

View File

@@ -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