mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-12 18:08:38 +08:00
6 lines
81 B
C++
6 lines
81 B
C++
class Solution {
|
|
public:
|
|
int smallestRepunitDivByK(int k) {
|
|
|
|
}
|
|
}; |