会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
黄色协会
博客园
首页
新随笔
联系
订阅
管理
2023年10月31日
封装高精板子
摘要: #include<bits/stdc++.h> using namespace std; const int maxn=5005; struct bign { int len, s[MAXN]; bign () { memset(s, 0, sizeof(s)); len = 1; } bign (
阅读全文
posted @ 2023-10-31 21:06 HS_xh
阅读(43)
评论(5)
推荐(3)
编辑
公告
init();