0_0_39096981_7997.cpp: In function 'int main()':
0_0_39096981_7997.cpp:14:44: error: expected '}' at end of input
14 | f[i]=(i-1)*(f[i-1]+f[i-2]);
| ^
0_0_39096981_7997.cpp:13:31: note: to match this '{'
13 | for(int i=3;i<=20;i++){
| ^
0_0_39096981_7997.cpp:14:44: error: expected '}' at end of input
14 | f[i]=(i-1)*(f[i-1]+f[i-2]);
| ^
0_0_39096981_7997.cpp:9:1: note: to match this '{'
9 | {
| ^
|