Problem platonic2
User Hatrix
Submission Time 2026-03-03 16:08:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:14:10: error: ‘arr’ was not declared in this scope
14 | sort(arr+a, arr+b, greater<int>);
| ^~~
platonic2.cpp:14:14: error: ‘a’ was not declared in this scope
14 | sort(arr+a, arr+b, greater<int>);
| ^
platonic2.cpp:14:21: error: ‘b’ was not declared in this scope
14 | sort(arr+a, arr+b, greater<int>);
| ^
platonic2.cpp:14:36: error: expected primary-expression before ‘)’ token
14 | sort(arr+a, arr+b, greater<int>);
| ^