Problem lfs
User Sans12345
Submission Time 2023-01-24 19:51:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lfs.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int n,a[100000],dp[100000];
| ~~~