Problem digits2
User gelastropod
Submission Time 2026-02-22 14:42:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

digits2.cpp: In function ‘int main()’:
digits2.cpp:24:15: error: ‘pow’ was not declared in this scope
24 | int siz = pow(K, M);
| ^~~