0_0_39055035_30716.cpp: In function 'int main()': 0_0_39055035_30716.cpp:19:38: error: expected ';' before '}' token 19 | f[i]=max(f[i],f[j]+1) | ^ | ; 20 | } | ~