摘要: 包括$+,-,*$操作,适用于非负整数 减法只能大减小 并没有压位 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 using namespace std; 5 #define N 250002 6 int max(int 阅读全文
posted @ 2018-11-08 23:19 kafuuchino 阅读(151) 评论(0) 推荐(0)