| Problem | factorial_easy |
|---|---|
| User | OKay |
| Submission Time | 2026-06-25 07:26:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:11:27: error: expected ‘;’ before ‘}’ token
11 | factorial = factorial*i%m
| ^
| ;
12 | }
| ~