Problem potatosalad
User Armnotsostrong123456
Submission Time 2025-04-12 09:36:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:19: error: expected ‘)’ before ‘;’ token
11 | sort(arr,arr+n;greater<int>())
| ~ ^
| )
potatosalad.cpp:11:34: error: expected ‘;’ before ‘)’ token
11 | sort(arr,arr+n;greater<int>())
| ^
| ;
potatosalad.cpp:15:9: error: ‘sum’ was not declared in this scope
15 | sum+=arr[i];
| ^~~
potatosalad.cpp:17:11: error: ‘sum’ was not declared in this scope
17 | cout<<sum;
| ^~~