| Problem | pushups |
|---|---|
| User | dong |
| Submission Time | 2026-06-24 15:27:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pushups.cpp: In function ‘int main()’:
pushups.cpp:16:28: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
16 | if (sum > lol) ans = sum;
| ^~~
| abs
pushups.cpp:18:17: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
18 | cout << ans << "\n";
| ^~~
| abs