Problem lowelements
User chickengoat
Submission Time 2026-02-25 16:39:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lowelements.cpp: In function ‘int main()’:
lowelements.cpp:6:10: error: expected ‘;’ before ‘ll’
6 | cin >> n
| ^
| ;
7 | ll arr[n];
| ~~
lowelements.cpp:9:10: error: ‘arr’ was not declared in this scope
9 | cin >> arr[i];
| ^~~
lowelements.cpp:14:7: error: ‘arr’ was not declared in this scope
14 | if(arr[i]<=arr[j]) {
| ^~~