| Problem | factorial_easy |
|---|---|
| User | notachicken |
| Submission Time | 2026-04-25 20:37:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:14:2: error: ‘j’ was not declared in this scope
14 | j = (x % 1000000007);
| ^