| Problem | factorial_easy |
|---|---|
| User | Yuhmama |
| Submission Time | 2026-06-24 14:52:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int32_t main()’:
factorial_easy.cpp:9:25: error: ‘sqrt’ was not declared in this scope
9 | for (int i = 0; i < sqrt(M) ; i++) {
| ^~~~