这道题考的计算机基础知识。 只需知道
C++:
long long x = 256; x *= 1024 * 1024 * 8; cout << x / 32;
Python:
ans = 256 ans *= 1024 * 1024 * 8 print(ans // 32)
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 算道OJ universal account