| Problem | problemsetter |
|---|---|
| User | ATHY |
| Submission Time | 2025-03-15 11:49:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:27:16: error: ‘tmp’ was not declared in this scope; did you mean ‘temp’?
27 | count+=max(tmp,count); //make sure it isnt negative and minimum is 0
| ^~~
| temp