题解 | 计算机内存
计算机内存
https://www.nowcoder.com/practice/004c39e1411f43afb425bd2e7cf1056c
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int n;
cin >> n;
int a = n * pow(2,18);
cout << a << endl;
return 0;
}
// 64 位输出请用 printf("%lld")
顺丰集团工作强度 403人发布