Problem | pandaeyes |
---|---|
User | Kenniene |
Submission Time | 2025-02-26 15:01:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:43:28: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘long long int [1000005]’
43 | cout << *max_element(a.begin(), a.end());
| ^~~~~
pandaeyes.cpp:43:39: error: request for member ‘end’ in ‘a’, which is of non-class type ‘long long int [1000005]’
43 | cout << *max_element(a.begin(), a.end());
| ^~~