Run ID:92258

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

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