Run ID:92256

提交时间:2024-09-28 18:49:01

c=input() print(ord(c)) c=ord(c) c=c+10 c=c-30 c=c*20 c=c/5 print(c)