wongdark2017

导航

2018年8月15日 #

位运算学习笔记(20180815)

摘要: 位运算学习笔记(20180815) A poj 3748  裸的位运算的题目,要么用bitset直接修改,不过to_ullong()不知道为何炸了,只能用to_ulong()  要么用运算符操作,挂运算符操作的代码: C++ include include include inc 阅读全文

posted @ 2018-08-15 23:02 wongdark2017 阅读(133) 评论(0) 推荐(0)