Problem multipleswith8
User Pan
Submission Time 2024-12-06 20:28:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

multipleswith8.cpp: In function ‘int main()’:
multipleswith8.cpp:56:10: error: ‘now’ was not declared in this scope; did you mean ‘pow’?
56 | while (now > 0 && have8%10!=8) now/=10;
| ^~~
| pow