Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
91721 |
徐梓涵 |
05交换数据 |
Python3 |
Wrong Answer |
38 MS |
3720 KB |
45 |
2024-09-22 14:01:34 |
Tests(0/10):
Code:
a=int(inupt())
b=int(input())
c=a
a=b
b=c
Run Info:
------Input------
29 42
------Answer-----
42 29
------Your output-----