Problem platonic5
User Red123
Submission Time 2025-07-30 16:18:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic5.cpp: In function ‘int main()’:
platonic5.cpp:13:20: error: expected ‘;’ before ‘total’
13 | sort(arr+0, arr+m)
| ^
| ;
14 | total += arr[i - 1] - arr[0];
| ~~~~~
platonic5.cpp:17:15: error: expected ‘}’ at end of input
17 | cout << total;
| ^
platonic5.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^