Problem primefactorization
User ThinkingGeek257
Submission Time 2026-06-23 15:19:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

primefactorization.cpp: In function ‘int main()’:
primefactorization.cpp:15:12: error: ‘tostring’ was not declared in this scope
15 | cout << tostring(factor) << "^" << tostring(count) << endl;
| ^~~~~~~~