// lanqiao 1445 空间 #include using namespace std; int main(){ // 存储换算 cout << 256*1024*1024/4 << endl; return 0; }