题解 | 计算机内存
计算机内存
https://www.nowcoder.com/practice/004c39e1411f43afb425bd2e7cf1056c
import math n=int(input()) result=n*1024*1024/4 print(int(result)) # python中的除法是自动取浮点数的
计算机内存
https://www.nowcoder.com/practice/004c39e1411f43afb425bd2e7cf1056c
import math n=int(input()) result=n*1024*1024/4 print(int(result)) # python中的除法是自动取浮点数的
相关推荐