Problem | 4russians |
---|---|
User | jmuzhen |
Submission Time | 2025-07-01 21:26:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4russians.cpp: In function ‘int main()’:
4russians.cpp:17:28: error: ‘NEG_INF’ was not declared in this scope
17 | vector<int> dp0(K + 1, NEG_INF), dp1(K + 1, NEG_INF);
| ^~~~~~~