| Problem | primefactorization |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-23 15:19:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^~~~~~~~