Problem potatosalad
User chaewon11
Submission Time 2024-08-05 14:08:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:20: error: ‘m’ was not declared in this scope
11 | sort (arr, arr+m);
| ^
potatosalad.cpp:15:13: error: expected ‘;’ before ‘)’ token
15 | N-=arr[i]);
| ^
| ;