| Problem | pascal |
|---|---|
| User | wtnetlegend |
| Submission Time | 2025-02-25 11:36:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:18:57: error: expected ‘}’ at end of input
18 | cout << rminus1fact / (cminus1fact*rminuscfact) << endl;
| ^
pascal.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^