| Problem | catlunch |
|---|---|
| User | SB |
| Submission Time | 2024-10-02 15:08:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int32_t main()’:
catlunch.cpp:55:13: error: ‘score’ was not declared in this scope
55 | score = max(score, sum);
| ^~~~~
catlunch.cpp:57:17: error: ‘score’ was not declared in this scope
57 | cout << score;
| ^~~~~