Problem factorial_easy
User ETkilobyte
Submission Time 2024-07-01 17:04:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

factorial_easy.cpp: In function ‘int main()’:
factorial_easy.cpp:10:14: error: expected ‘;’ before ‘cout’
10 | x%=100000007
| ^
| ;
11 | cout<<x;
| ~~~~