We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71865fc commit 1accc8eCopy full SHA for 1accc8e
CodeWars/src/UpsideDownNumbers/Solution1.cpp
@@ -44,7 +44,6 @@ int solve(int x, int y)
44
++x;
45
continue;
46
}
47
- auto target{std::size(origDigitStore)};
48
auto count{0};
49
while (true)
50
{
0 commit comments