摘要: ```cpp #include #include #include #define radix (1u>31))&(b-a))+a; } inline qt min(qt a,qt b){ return ((-((a-b)>>31))&(a-b))+b; } struct bigint{ qt *d; qt s,l; }; template inline void alc ( T* &p... 阅读全文
posted @ 2015-12-08 22:05 zball 阅读(381) 评论(0) 推荐(0) 编辑