Problem lllontree
User YSH2020
Submission Time 2024-12-16 11:22:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lllontree.cpp: In function ‘int main()’:
lllontree.cpp:54:54: error: expected ‘)’ before ‘;’ token
54 | for (int i = 0; i < n; i++) {ans = max(ans, dp[i]; cout << ans << '\n';}
| ~ ^
| )