首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
hdu1796专题
hdu1796 How many integers can you find
原题:http://acm.hdu.edu.cn/showproblem.php?pid=1796 用到了容斥原理。看到了很好的算法,直接采用了。 #include<iostream>#include<cstdio>#include<cstring>using namespace std;typedef __int64 int64;int n, m, cnt, i, j, x;
阅读更多...