Problem | factorial_easy |
---|---|
User | Justyn |
Submission Time | 2024-06-20 14:28:48 |
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: expected ‘,’ or ‘;’ before ‘cout’
14 | cout << answer << endl;
| ^~~~