Problem | catfight |
---|---|
User | Yellowflower016 |
Submission Time | 2025-02-10 20:40:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catfight.cpp: In function ‘int main()’:
catfight.cpp:18:45: error: ‘max’ cannot be used as a function
18 | finalCount = max(finalCount, catsDefeated);
| ^
catfight.cpp:21:45: error: ‘max’ cannot be used as a function
21 | finalCount = max(finalCount, catsDefeated);
| ^