problemscpp
A collection of my answers to algorithm problems in c++.
|
#include "leetcode.h"
#include "templates.h"
#include <algorithm>
#include <bit>
#include <bitset>
#include <climits>
#include <cmath>
#include <cstring>
#include <numeric>
#include <queue>
#include <regex>
#include <sstream>
#include <stack>
#include <unordered_set>
函数 | |
unsigned long long | leetcode::find_palindrome_with_fixed_length::qmi (unsigned long long m, unsigned long long k) |