Problem potatosalad
User yongteckrice
Submission Time 2023-02-09 08:57:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:18:7: error: ‘arr’ was not declared in this scope
18 | sort(arr, arr+n,[](int a, int b){
| ^~~
potatosalad.cpp:18:16: error: ‘n’ was not declared in this scope
18 | sort(arr, arr+n,[](int a, int b){
| ^