Problem | pascal |
---|---|
User | ZacharyTan2010 |
Submission Time | 2024-02-19 17:51:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pascal.cpp: In function ‘int main()’:
pascal.cpp:11:37: error: expected ‘;’ before ‘}’ token
11 | for(int i=r-1;i>=unc;i--){ans=ans*i}
| ^
| ;