Problem | 4russians |
---|---|
User | justin271828 |
Submission Time | 2024-12-13 18:44:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4russians.cpp: In function ‘int main()’:
4russians.cpp:20:50: error: expected ‘}’ at end of input
20 | mem0[i][j] = max(mem1[i-1][j], mem0[i-1][j]);}}
| ^
4russians.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^