摘要: 题意:含13子串且整除13的个数 思路: n-不含13-不整除13+既不也不13(容斥) 1 #define IOS ios_base::sync_with_stdio(0); cin.tie(0); 2 #include <cstdio>//sprintf islower isupper 3 #i 阅读全文
posted @ 2020-03-06 21:13 ZMWLxh 阅读(180) 评论(0) 推荐(0) 编辑