Problem eta
User Sans12345
Submission Time 2023-12-19 13:06:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eta.cpp: In function ‘int main()’:
eta.cpp:13:26: error: ‘N’ was not declared in this scope
13 | dp = vector<vector<ll>>(N,vector<ll>(N-1));
| ^