Problem tourism
User shawn
Submission Time 2024-11-27 14:54:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

tourism.cpp: In function ‘int32_t main()’:
tourism.cpp:14:33: error: expected ‘}’ at end of input
14 | cout << *max_element(a, a+n)+1;
| ^
tourism.cpp:7:16: note: to match this ‘{’
7 | int32_t main() {
| ^