| Problem | procrastination |
|---|---|
| User | evan |
| Submission Time | 2025-06-18 10:13:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
procrastination.cpp: In function ‘int main()’:
procrastination.cpp:19:27: error: ‘n’ was not declared in this scope
19 | for (long long i=1; i<=n; i++) {
| ^
procrastination.cpp:30:38: error: ‘best’ was not declared in this scope
30 | cout << psum[value.size()] - psum[best-1] << "\n";
| ^~~~