| Problem | pascal |
|---|---|
| User | simps |
| Submission Time | 2023-07-06 16:04:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:15:32: error: expected ‘;’ before ‘cout’
15 | divisor = (R-C) * factorial(C)
| ^
| ;
16 | cout >> factorial(R)/divisor >> endl;
| ~~~~