Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88627 kong 07比较大小 Python3 Wrong Answer 54 MS 4868 KB 129 2024-08-19 16:21:37

Tests(0/10):


Code:

import random a = random.randint(-65536,65537) b = random.randint(-65536,65537) if a>b: print(a) if a<b: print(b)


Run Info:

------Input------
7405 9836
------Answer-----
9836
------Your output-----
-29002