| Problem | lis_easy |
|---|---|
| User | Red123 |
| Submission Time | 2026-04-06 16:28:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:9:2: error: ‘best_total’ was not declared in this scope
9 | best_total = 1;
| ^~~~~~~~~~
lis_easy.cpp:10:2: error: ‘current_total’ was not declared in this scope
10 | current_total = 1;
| ^~~~~~~~~~~~~