| Problem | factorial_easy |
|---|---|
| User | CXKNB |
| Submission Time | 2024-06-20 14:14:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:18:21: error: ‘m’ was not declared in this scope
18 | facto = facto % m;
| ^