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