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

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:4:2: error: declaration does not declare anything [-fpermissive]
4 | ios_base;:sync_with_stdio(false);
| ^~~~~~~~
platonic.cpp:4:11: error: expected primary-expression before ‘:’ token
4 | ios_base;:sync_with_stdio(false);
| ^
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];
| ^