随笔分类 -  第十二届蓝桥杯

摘要:空间 #include <iostream> #include <cstring> #include <algorithm> using namespace std; int main() { cout << 256 * 1024 * 1024 / 4 << endl; return 0; } 答案 阅读全文
posted @ 2021-05-04 20:10 梨花满地 阅读(57) 评论(0) 推荐(0)