Problem maximum
User MrCool
Submission Time 2025-10-12 23:19:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:12:15: error: redeclaration of ‘long long int max’
12 | long long max = *max_element(numbs.begin(), numbs.end());
| ^~~
maximum.cpp:11:15: note: ‘long long int max’ previously declared here
11 | long long max = 0;
| ^~~