Problem | stepgame |
---|---|
User | weccs |
Submission Time | 2025-06-16 17:14:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:20:5: error: ‘min_sum’ was not declared in this scope
20 | min_sum
| ^~~~~~~
stepgame.cpp:22:21: error: ‘i’ was not declared in this scope
22 | for (int i = 1; i < n; i++) {
| ^