Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
83102 sh25_shengmy 大整数减法 Python3 Accepted 29 MS 3668 KB 63 2026-01-22 19:50:41

Tests(4/4):


line1=int(input()) line2=int(input()) print(f"{line1-line2}")


Judgement Protocol: