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