首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
100801h专题
H - Hash Code Hacker Gym - 100801H
题意: 构造 k k k个相同哈希值的字符串 #include <cstdio>#include <cstring>#include <algorithm>#include <vector>#include <map>using namespace std;typedef long long ll;const int maxn = 1e5 + 7;int main() {freope
阅读更多...