| Problem | pascal |
|---|---|
| User | MagicHenry |
| Submission Time | 2023-08-19 21:00:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:6:16: error: expected ‘)’ before ‘!’ token
6 | cout << ((n-1)!/((r-1)!*(n-r)!)));
| ~ ^
| )