Problem | party_noi |
---|---|
User | CoderBC |
Submission Time | 2025-01-23 15:30:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:6:24: error: ‘a’ was not declared in this scope
6 | cout << max(0, a[1]);
| ^
party_noi.cpp:9:28: error: ‘a’ was not declared in this scope
9 | cout << max(max(0, a[1]), a[2]);
| ^
party_noi.cpp:13:28: error: ‘a’ was not declared in this scope
13 | int prev1 = max(0, a[1]);
| ^