Problem platonic
User god
Submission Time 2025-07-15 11:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:10:12: error: missing template arguments before ‘,’ token
10 | sort(array, array+3);
| ^
platonic.cpp:10:19: error: missing template arguments before ‘+’ token
10 | sort(array, array+3);
| ^
platonic.cpp:11:15: error: missing template arguments before ‘[’ token
11 | cout << array[2];
| ^