这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《全RE求助(关于运算符重载)》回复:
@[wsyhb](/user/145355) 谢谢大佬
本地跑没有问题,一提交全RE了 ```cpp #include using namespace std; struct BigInt{ static const int BASE=1e8; static const int WIDTH=8; vector s; BigInt (long long num=0) {*th…
在讨论《JS CSP-S 80.5有希望吗》回复:
@[gqh_蒟蒻_or_大佬](/user/214538) 20个A类名额是去年吧,今年我们市有56+1个名额 但80.5还是很悬啊 (生在js,我很抱歉,js既已,何苦wx)
在讨论《JS CSP-S 80.5有希望吗》回复:
@[jszzx_xc](/user/222341) 我们市去年分数线85.5的样子(js好像是按市划线的)
在讨论《这个删除操作有什么问题吗?》回复:
其实,您可以用优先队列来实现吧 声明如下 priority_queue ,greater > que;(元素从小到大排列) ```cpp #include using namespace std; int main() { priority_queue ,greater > que; int n; cin>>n; fo…